bug fix issue 55
authormwolfhoffman <michaelhoffmanj@gmail.com>
Fri, 24 Jul 2020 18:17:38 +0000 (12:17 -0600)
committermwolfhoffman <michaelhoffmanj@gmail.com>
Fri, 24 Jul 2020 18:17:38 +0000 (12:17 -0600)
postgres/README.md

index 69cae3b2d30b976261634bec035a32422144fbb5..1c158ebc3b7f8b4a6bdfc1bc2b843dc2f2a5293f 100644 (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