From c3e311361507e5bac385f8f47aec45ed73dc50c8 Mon Sep 17 00:00:00 2001 From: konamicode Date: Thu, 6 Mar 2025 21:15:53 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee53110..c4a2d9d 100644 --- a/README.md +++ b/README.md @@ -47,9 +47,11 @@ Run `make`: ## now its time to create the database in postgres ``` CREATE DATABASE root; -CREATE USER username WITH PASSWORD '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 +your gonna need it in the installation Running NNTPChan ================