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
parent d89e846742
commit dff84f3df0
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

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: **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 ## Development