Update readme.MD
This commit is contained in:
@@ -2,6 +2,11 @@ here is secured online chat what can be runned in cmd
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
how to run server on linux:
|
||||||
|
|
||||||
|
* chmod +x run_server.sh
|
||||||
|
* ./run_server.sh 2121 # or any other port
|
||||||
|
|
||||||
how to run server on windows 10 / 11 in powershell
|
how to run server on windows 10 / 11 in powershell
|
||||||
|
|
||||||
* python -m venv venv
|
* python -m venv venv
|
||||||
@@ -9,13 +14,6 @@ how to run server on windows 10 / 11 in powershell
|
|||||||
* pip install -r reqs.txt
|
* pip install -r reqs.txt
|
||||||
* sanic server.app -H 0.0.0.0 -p <port>
|
* 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
|
||||||
|
|
||||||
* python -m venv venv
|
* python -m venv venv
|
||||||
|
|||||||
Reference in New Issue
Block a user