docs(README): correct command creating new user

This commit is contained in:
Léo 2021-12-31 13:32:40 +01:00
parent 8c5ba669aa
commit 199196461e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
Run
```bash
abra app run git YOURAPPNAME gitea -c /etc/gitea/app.ini admin user create --username USERNAME --admin --random-password --email EMAIL
abra app run YOURAPPNAME app gitea -c /etc/gitea/app.ini admin user create --username USERNAME --admin --random-password --email EMAIL
```
See the [Gitea command-line documentation](https://docs.gitea.io/en-us/command-line/) for more options. Make sure not to forget the `-c /etc/gitea/app.ini`.