fix abra command in documentation

This commit is contained in:
ammaratef45
2026-05-19 03:43:34 +00:00
parent db92e97071
commit 6aa52c1e73
+1 -1
View File
@@ -31,7 +31,7 @@
Run
```bash
abra app run YOURAPPNAME app 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`.