From 56f1c0de0a6b4e1b246f34da916c735a8bb25533 Mon Sep 17 00:00:00 2001 From: mirai Date: Thu, 1 Dec 2022 09:53:23 +0300 Subject: [PATCH] Update readme.MD --- readme.MD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/readme.MD b/readme.MD index b07f515..9f3e844 100644 --- a/readme.MD +++ b/readme.MD @@ -4,21 +4,28 @@ here is secured online chat what can be runned in cmd how to run server on linux: -* chmod +x run_server.sh +```chmod +x run_server.sh``` + ``` ./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 ``` how to run clear client ```python -m venv venv``` + ```venv/scripts/Activate``` + ```pip install -r reqs.txt ``` + ```python client.py```