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 ================