From bfc138bd9ac1b7c2eeb3db180b810fef234e1ea9 Mon Sep 17 00:00:00 2001 From: konamicode Date: Thu, 6 Mar 2025 21:14:26 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 33dbd64..ee53110 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,9 @@ Run `make`: ## now its time to create the database in postgres ``` -CREATE DATABASE nntpchan; -CREATE USER username WITH PASSWORD 'CHANGEME'; -GRANT ALL PRIVILEGES ON DATABASE nntpchan TO username; +CREATE DATABASE root; +CREATE USER username WITH PASSWORD 'root'; +GRANT ALL PRIVILEGES ON DATABASE root TO root; ``` Running NNTPChan