Skip to content

Commit 562dd1d

Browse files
jsjoeiojohnstcn
andauthored
Update docs/dogfood/index.md
Co-authored-by: Cian Johnston <cian@coder.com>
1 parent 6c64955 commit 562dd1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dogfood/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ The following explains how to do certain things related to dogfooding.
5555
1. Add `export DB_FROM=coderdb` to your `.bashrc` (make sure you `source ~/.bashrc`)
5656
2. Run `sudo service postgresql start`
5757
3. Run `sudo -u postgres psql` (this will open the PostgreSQL CLI)
58-
4. Run `postgres-# alter user postgres password 'postgres';`
58+
4. Run `postgres-# ALTER USER postgres PASSWORD 'postgres';`
5959
5. Run `postgres-# CREATE DATABASE coderdb;`
60-
6. Run `postgres-# grant all privileges on database coderdb to postgres;`
60+
6. Run `postgres-# GRANT ALL PRIVILEGES ON DATABASE coderdb TO postgres;`
6161
7. Run `exit` to exit the PostgreSQL terminal
6262
8. Try `make bin` again.
6363
</aside>

0 commit comments

Comments
 (0)