From 0548b910b1b48e6792187d67b4252b407fc6ac99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Fri, 29 Dec 2023 22:00:28 +0100 Subject: [PATCH] docs: cleanup --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'`