From 7ced1ea2ccb2440b088a5c6217e04f0795452f10 Mon Sep 17 00:00:00 2001 From: mirai Date: Thu, 1 Dec 2022 09:53:03 +0300 Subject: [PATCH] Update readme.MD --- readme.MD | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/readme.MD b/readme.MD index 279bc4b..b07f515 100644 --- a/readme.MD +++ b/readme.MD @@ -5,21 +5,21 @@ 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 +``` ./run_server.sh ``` 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 +```python -m venv venv``` +```venv/scripts/Activate``` +```pip install -r reqs.txt``` +```sanic server.app -H 0.0.0.0 -p ``` how to run clear client -* python -m venv venv -* venv/scripts/Activate -* pip install -r reqs.txt -* python client.py +```python -m venv venv``` +```venv/scripts/Activate``` +```pip install -r reqs.txt ``` +```python client.py``` crypting pipeline