From 054d7baee490e2b379d9431857f3b0d893908b2c Mon Sep 17 00:00:00 2001 From: mwolfhoffman Date: Fri, 24 Jul 2020 12:17:38 -0600 Subject: [PATCH] bug fix issue 55 --- postgres/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1