Update README.md

This commit is contained in:
Blackwhitebear8 2025-06-22 16:44:59 +02:00
parent e641ed86c1
commit 55ed0f92dd

View file

@ -17,7 +17,7 @@
### App config ### App config
1. Edit .env and fill in the details 1. Edit .env and fill in the details
2. ```apt install -y python3 python3-jinja2 python3-flask python3-gunicorn``` 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 ## License