Update readme.MD
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
@@ -31,4 +38,4 @@ to do
|
|||||||
|
|
||||||
* interface for choosing server in client
|
* interface for choosing server in client
|
||||||
* double password user verification
|
* double password user verification
|
||||||
* white list
|
* white list
|
||||||
|
|||||||
Reference in New Issue
Block a user