docs: cleanup

This commit is contained in:
Gabor Körber 2023-12-29 22:00:28 +01:00
parent 80afc67f0a
commit 0548b910b1

View File

@ -48,8 +48,11 @@ So this is not thought of being a framework.
### Windows 10 ### Windows 10
Env if using MINGW64; Env if using MINGW64;
```shell
export PATH=$PATH:"/c/Program Files/PostgreSQL/12/bin" export PATH=$PATH:"/c/Program Files/PostgreSQL/12/bin"
export PQ_LIB_DIR="C:\Program Files\PostgreSQL\12\lib" export PQ_LIB_DIR="C:\Program Files\PostgreSQL\12\lib"
```
Install a postgres: Install a postgres:
choco install postgresql12 --force --params '/Password:root' `choco install postgresql12 --force --params '/Password:root'`