fix: add config flag to readme command

This commit is contained in:
Mac Chaffee
2025-09-10 19:26:08 -04:00
parent 5d816713a5
commit c6cd511f43

View File

@ -27,7 +27,7 @@
6. Once it's running, if you are not using SSO, set up a local admin user by running this command: 6. Once it's running, if you are not using SSO, set up a local admin user by running this command:
``` ```
abra app run <domain> app -- ./cmd/writefreely/writefreely user create --admin <some-username>:<some-password> abra app run <domain> app -- writefreely -c /usr/share/writefreely/config.ini user create --admin <some-username>:<some-password>
``` ```
## Keycloak setup ## Keycloak setup