diff --git a/README.md b/README.md index abd967f..7c7e30a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ ### App config 1. Edit .env and fill in the details 2. ```apt install -y python3 python3-jinja2 python3-flask python3-gunicorn``` -3. ```gunicorn -w 4 -b 0.0.0.0:5000 app:app``` +3. ```python3 -m -w 4 -b 0.0.0.0:5000 app:app``` ## License