From a79a6c5c0ce541f615ebddbcd3a1a7902c3655a6 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 28 Apr 2022 17:28:27 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 140ef6e..b7a718a 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,11 @@ sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose ``` **2. Download this Repo or Release** + `wget https://github.com/MrUnknownDE/redbot-docker-compose/releases/download/v1.0/RedDocker.zip` **3. Unpacking** + `unzip v1.0.zip` **4. Edit docker-compose.yml** @@ -27,10 +29,13 @@ sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose *The bot owner is automatically replaced in the file with the inserted ID in docker-compose.yml.* **6. Bot start** + `docker-compose up` ~ Can you start the bot for the first time and see if it shows many errors at startup. + `docker-compose up -d` ~ If the bot is started in the background. + `docker-compose down` ~ Stop the bot ## Troubleshooting If the bot does not automatically connect to the Lavalink instance, you need to do the following on the Discord server: -![](https://trash.mrunknown.de/qUcA9/TUqUKumu20.png/raw) \ No newline at end of file +![](https://trash.mrunknown.de/qUcA9/TUqUKumu20.png/raw)