Update README.md

This commit is contained in:
BluTiger 2024-09-23 14:46:11 +02:00 committed by GitHub
parent aadc137552
commit b842794b34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -47,9 +47,17 @@ You can chat, help improve this repo, or just hang around for some fun in the **
### Installation ⚙️ ### Installation ⚙️
Run the following command inside the main directory: 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 sudo chmod +x unix_install.sh && ./unix_install.sh
``` ```
<a id="usage-automatic"></a> <a id="usage-automatic"></a>
### Usage 📚 ### Usage 📚