We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6424f33 commit 4e4b21cCopy full SHA for 4e4b21c
docs/src/content/docs/start-here/database-setup.mdx
@@ -36,7 +36,7 @@ Make sure you follow the [Initial setup](/OBC-firmware/start-here/initial-setup)
36
sudo -u postgres psql
37
# Replace 'your_username' and 'your_password' with your desired values
38
CREATE USER your_username WITH PASSWORD 'your_password' SUPERUSER;
39
- CREATE DATABASE gs
+ CREATE DATABASE gs;
40
```
41
42
4. Log out, then verify that you can log in to your newly created user and database:
0 commit comments