add dotenv
[webi-installers/.git] / 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