From aedf8290a8d0fdcd75bd7ff3f7a4f2d121cf3ac2 Mon Sep 17 00:00:00 2001 From: Ranomier Date: Wed, 16 Mar 2022 14:07:52 +0000 Subject: [PATCH] more info and spelling --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c219b5..2ab0b5a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ # OhFortuna I didn't program the code itself, i just added docker and docker-compose around it. -source code is in `/build/OhFortuna/src` +Source code is in `/build/OhFortuna/src`. ### usage 1. Get a discord bot token (look up the official discord guides) 2. Change the token in the .env file -3. Make sure that the volume in the docker-compose.yml points to the right folder for you \ No newline at end of file +3. Make sure that the volume in the docker-compose.yml points to the right folder for you +4. Start with `docker-compose up` (check the logs with `docker-compose logs -f`; exit with `ctrl+x`) \ No newline at end of file