diff --git a/readme.MD b/readme.MD index 107ae33..e597f8b 100644 --- a/readme.MD +++ b/readme.MD @@ -7,7 +7,14 @@ how to run server on windows 10 / 11 in powershell * python -m venv venv * venv/scripts/Activate * pip install -r reqs.txt -* sanic server.app -H 0.0.0.0 -p 80 +* sanic server.app -H 0.0.0.0 -p + +how to run server on linux: + +chmod +x run_server.sh +./run_server.sh +for example: +./run_server.sh 2121 how to run clear client @@ -31,4 +38,4 @@ to do * interface for choosing server in client * double password user verification -* white list \ No newline at end of file +* white list