Update readme.MD
This commit is contained in:
parent
7c4fb1e2b5
commit
223804c23d
|
|
@ -7,7 +7,14 @@ how to run server on windows 10 / 11 in powershell
|
||||||
* python -m venv venv
|
* python -m venv venv
|
||||||
* venv/scripts/Activate
|
* venv/scripts/Activate
|
||||||
* pip install -r reqs.txt
|
* pip install -r reqs.txt
|
||||||
* sanic server.app -H 0.0.0.0 -p 80
|
* sanic server.app -H 0.0.0.0 -p <port>
|
||||||
|
|
||||||
|
how to run server on linux:
|
||||||
|
|
||||||
|
chmod +x run_server.sh
|
||||||
|
./run_server.sh <port>
|
||||||
|
for example:
|
||||||
|
./run_server.sh 2121
|
||||||
|
|
||||||
how to run clear client
|
how to run clear client
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user