aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index dd648333..681690f6 100644
--- a/README.md
+++ b/README.md
@@ -60,6 +60,9 @@ $ vim instance/postgresql.py # customize it
$ export Newspipe_CONFIG=postgresql.py
```
+For production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``.
+
+
## License
[Newspipe](https://git.sr.ht/~cedric/newspipe) is under the
bgstack15