From fadd4812f07df28541f76da485e287fd4c45ef79 Mon Sep 17 00:00:00 2001 From: BluTiger <65156144+Blu-Tiger@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:48:23 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 45a601d..37f3d39 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,6 @@ You can chat, help improve this repo, or just hang around for some fun in the ** ### Installation ⚙️ Run the following command inside the main directory: #### On Windows: - ```powershell .\win_install.sh ``` @@ -62,7 +61,13 @@ sudo chmod +x unix_install.sh && ./unix_install.sh ### Usage 📚 Run the script with the following command: +#### On Windows: +```powershell +.\run.py ``` + +#### On Linux/MacOS/BSD: +```bash ./run.py ```