bug fix issue 55

This commit is contained in:
mwolfhoffman
2020-07-24 12:17:38 -06:00
parent d56006ef48
commit 054d7baee4

View File

@@ -35,7 +35,7 @@ rm /tmp/pwfile
### Start the postgres server
```bash
postgres -D $HOME/.local/share/var/postgres -p 5432
postgres -D $HOME/.local/share/postgres/var -p 5432
```
### Connect with the psql client