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