From: mwolfhoffman Date: Fri, 24 Jul 2020 18:17:38 +0000 (-0600) Subject: bug fix issue 55 X-Git-Url: https://git.josue.xyz/?p=webi-installers%2F.git;a=commitdiff_plain;h=054d7baee490e2b379d9431857f3b0d893908b2c bug fix issue 55 --- diff --git a/postgres/README.md b/postgres/README.md index 69cae3b..1c158eb 100644 --- a/postgres/README.md +++ b/postgres/README.md @@ -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