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