diff --git a/readme.markdown b/readme.markdown --- a/readme.markdown +++ b/readme.markdown @@ -37,7 +37,7 @@ Default database is *sqlite*, default se 4. Setup SECRET_KEY to a secret value in `neboard/settings.py 5. Run `./manage.py migrate` to apply all migrations -6. Apply config changes to `boards/config/config.ini`. You can see the default settings in `boards/config/default_config.ini` +6. Apply config changes to `boards/config/settings.ini`. You can see the default settings in `boards/config/default_config.ini`(do not delete or overwrite it). 7. If you want to use decetral engine, run `./manage.py generate_keypair` to generate keys # RUNNING #