From 59794f8d524d4db492a1389772efed9030a10b19 Mon Sep 17 00:00:00 2001 From: Marco Thomas Date: Thu, 8 Oct 2020 12:43:57 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 2886ca3..b6c2ad6 100644 --- a/README.md +++ b/README.md @@ -9,22 +9,9 @@ This Bot was created with the intention to be used on my own server. ## docker -Create a docker image with tag 'latest' -`docker build . -t aquabot` - -In the correct path, create a docker-compose.yml and start the bot -The required env vars are found in 'aquabot.py' -`docker-compose up -d` - -## Commands - -The following commands assume that `.` is your prefix. - -There are currently two command, which help the user to naviagte the bot's -commands: - -+ `.aquabot` shows a short introduction -+ `.help` shows a list of all commands ++ Create a docker image with tag 'latest': `docker build . -t aquabot` ++ In the correct path, create a docker-compose.yml, the required env vars are found in 'aquabot.py' ++ Start the bot: `docker-compose up -d` ## Requirements + python>=3.6.0