Skip to content

Commit

Permalink
FIX: added line for createdb
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmia committed Mar 31, 2021
1 parent c6408fa commit 52d26fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ Plio backend uses Postgres SQL database. Use the instructions below to set up th
```sh
psql
```
- You should be inside the PostgreSQL shell
If you get an error saying `error: psql: error: FATAL: database "{USER_NAME}" does not exist`, run the following command before entering `psql`:
```sh
createdb
```
- If everything works correctly, you should be inside the PostgreSQL shell


2. Windows
Expand Down

0 comments on commit 52d26fa

Please sign in to comment.