fixed the README
This commit is contained in:
parent
66babf1b2c
commit
55124040ae
1 changed files with 2 additions and 2 deletions
4
README
4
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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue