Merge pull request 'bugfix/fix-build-badge' (!73) from bugfix/fix-build-badge into develop
All checks were successful
mapguesser/pipeline/head This commit looks good

Reviewed-on: #73
This commit is contained in:
Bence Pőcze 2023-09-25 23:52:37 +02:00 committed by Gitea
commit 751a86c823
Signed by: Gitea
GPG Key ID: 7B89B83EED9AD2C6

View File

@ -1,6 +1,6 @@
# MapGuesser
[![Build Status](https://jenkins.e5tv.hu/job/mapguesser/job/develop/badge/icon)](https://jenkins.e5tv.hu/job/mapguesser/job/develop/)
[![Build Status](https://ci.esoko.eu/job/mapguesser/job/develop/badge/icon)](https://ci.esoko.eu/job/mapguesser/job/develop/)
This is the MapGuesser Application project. This is a game about guessing where you are based on a street view panorama - inspired by existing applications.
@ -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