diff --git a/README.md b/README.md index 0f0986b..f9bb714 100644 --- a/README.md +++ b/README.md @@ -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 ```