From 5902fe8949ff2159a100b98f66fd76da06e0d7ab Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Mon, 19 Jun 2023 13:59:10 +0200 Subject: [PATCH] Improved readme. --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 ```