aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index af6ac275..9c042237 100644
--- a/README.md
+++ b/README.md
@@ -65,6 +65,11 @@ $ export Newspipe_CONFIG=postgresql.py
For production you can use [Gunicorn](https://gunicorn.org) or ``mod_wsgi``.
+For development, you can use Docker:
+
+```bash
+$ docker-compose up
+```
## License
bgstack15