Skip to content

Commit

Permalink
Update instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
timgl committed Jan 5, 2022
1 parent 24a6189 commit 8f8e639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ psql
CREATE DATABASE whereintheworld;
CREATE USER whereintheworld WITH PASSWORD 'whereintheworld';
GRANT ALL PRIVILEGES ON DATABASE whereintheworld TO whereintheworld;
ALTER ROLE whereintheworld SUPERUSER;
```

**Migrate the database and start the server**
Expand Down

0 comments on commit 8f8e639

Please sign in to comment.