more info and spelling

This commit is contained in:
Ranomier 2022-03-16 14:07:52 +00:00
parent 0cbf6baf9d
commit aedf8290a8

View file

@ -1,9 +1,10 @@
# OhFortuna # OhFortuna
I didn't program the code itself, i just added docker and docker-compose around it. 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 ### usage
1. Get a discord bot token (look up the official discord guides) 1. Get a discord bot token (look up the official discord guides)
2. Change the token in the .env file 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 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`)