docs: cleanup
This commit is contained in:
parent
80afc67f0a
commit
0548b910b1
@ -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'`
|
||||||
|
Loading…
Reference in New Issue
Block a user