summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDashie <dashie@sigpipe.me>2018-10-02 16:15:28 +0200
committerDashie <dashie@sigpipe.me>2018-10-02 16:15:28 +0200
commitbd5f2855db88b83de10f23f8b93e1adb0619c2ea (patch)
tree4c6ca3a4cf7c8377abf93daa9c2a576b22ef5518 /README.md
parent6f93d43ab9ab613bb3c061ef1ec1b1209a104d2f (diff)
We use Waitress instead of Gunicorn
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index bab78033..f3f97660 100644
--- a/README.md
+++ b/README.md
@@ -52,7 +52,7 @@ Or if you have disabled registration, use the ``` flask createuser ``` command t
source venv/bin/activate
>> get back to install part
- pip install gunicorn
+ pip install waitress
Copy systemd services files ```docs/reel2bits-*.service``` to ```/etc/systemd/system/``` and adapt them to your setup.
@@ -84,4 +84,4 @@ TODO
# Others projects inspired from
- https://github.com/tsileo/microblog.pub from Little-Boxes
-- https://funkwhale.audio \ No newline at end of file
+- https://funkwhale.audio