From b842794b34d9ab3b0c36986b91b2d16cc5e3f48a Mon Sep 17 00:00:00 2001 From: BluTiger <65156144+Blu-Tiger@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:46:11 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6979edc..45a601d 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,17 @@ 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 ``` + +#### On Linux/MacOS/BSD: +```bash sudo chmod +x unix_install.sh && ./unix_install.sh ``` + ### Usage 📚