fix cli user creation usage
All checks were successful
mapguesser/pipeline/pr-develop This commit looks good

This commit is contained in:
Bence Pőcze 2023-09-25 21:24:10 +02:00 committed by Gitea
parent 0882a67019
commit 52873fc759
Signed by: Gitea
GPG Key ID: 7B89B83EED9AD2C6

View File

@ -80,7 +80,7 @@ docker compose up -d
**And you are done!** The application is ready to use. You can create the first administrative user with the following command after attaching to the `app` container:
```
./mapg user:add EMAIL PASSWORD admin
./mapg user:add EMAIL USERNAME PASSWORD admin
```
## Development