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