bugfix/fix-build-badge #73

Merged
bence merged 2 commits from bugfix/fix-build-badge into develop 2023-09-25 23:52:38 +02:00
Showing only changes of commit 52873fc759 - Show all commits

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