Improved readme.

This commit is contained in:
2023-06-19 13:59:10 +02:00
parent 98b1f563c1
commit 5902fe8949

View File

@@ -22,14 +22,11 @@ This repo contains the script to manage multiple mcr bot on a single VM/Containe
## How to run
Clone the project
Start the setup script with either curl, wget or by pasting script content to your terminal.
Curl:
```bash
curl -sSL https://git.justw.tf/Lightemerald/mcr-bot/raw/branch/main/setup-linux.sh | bash
```
Wget:
```bash
wget -O- https://git.justw.tf/Lightemerald/mcr-bot/raw/branch/main/setup-linux.sh | bash
```