From ed15a54980ce560213de6eb217f33d8b897f72ed Mon Sep 17 00:00:00 2001 From: konamicode Date: Thu, 6 Mar 2025 21:16:25 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c4a2d9d..ac1e7ab 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,8 @@ CREATE DATABASE root; CREATE USER root WITH PASSWORD 'root'; GRANT ALL PRIVILEGES ON DATABASE root TO root; ``` -note this onky allows db root and username root not sure why but i will investigate oh and the default port is 5432 +note this only allows db root and username root +not sure why but i will investigate oh and the default port is 5432 your gonna need it in the installation Running NNTPChan