From d37312bf8d98925d43e6dcf4ec95e4452af1311a Mon Sep 17 00:00:00 2001 From: Blackwhitebear8 Date: Sun, 6 Jul 2025 17:45:02 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dabe877..cb4f67c 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 gunicorn python3 python3-jinja2 python3-flask python3-gunicorn python3-dotenv python3-requests python3-flask python3-matplotlib python3-networkx``` -3. ```python3 -m -w 4 -b 0.0.0.0:5000 app:app``` +3. ```gunicorn -w 4 -b 0.0.0.0:5000 app:app``` ## License