Fix typo again

This commit is contained in:
Yash Karandikar 2022-01-14 11:26:14 -06:00
parent d4e73ded0a
commit 5da4a897f0

View file

@ -34,7 +34,7 @@ sudo -iu postgres
Then, create the `gitea` database user and the `gitea` database. Gitea will take care of making tables and stuff. Then, create the `gitea` database user and the `gitea` database. Gitea will take care of making tables and stuff.
```bash ```bash
createuser -P gitea # you will be promtped for a password createuser -P gitea # you will be prompted for a password
createdb -O gitea gitea createdb -O gitea gitea
``` ```