Update README.md
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bea 2023-01-15 22:14:08 +01:00
parent 4f71b5f599
commit f87d461b89
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ Additionally available parameters are:
## Initial setup
Run the startup command once. The bot will generate a `config.yml` file in the directory you were when you ran it.
Run the startup command once. The bot will generate a `config.yml` file in your current directory (`$PWD` on GNU/Linux).
Edit the configuration file and set all values according to your needs.
@ -37,5 +37,5 @@ already set-up. The bot supports both slash commands and message commands, with
commands support both systems, but some of them are limited in one way or another.
The bot currently supports SQLite as a database backend. A database file will be created after the first boot
in the same directory that you ran it. Do not delete the database file to avoid corruption and unpredictable
in your current directory. Do not delete the database file to avoid corruption and unpredictable
behavior.