diff --git a/README b/README index 7886119..b3e92b0 100644 --- a/README +++ b/README @@ -8,5 +8,5 @@ How to get started: create the log folder: mkdir logs start the program: - python main.py - You can now accses the Website on http://127.0.0.1:5000 \ No newline at end of file + venv/bin/gunicorn -b "127.0.0.1:5000" -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 main:app + You can now accses the Website on http://127.0.0.1:5000