Update README.md

This commit is contained in:
konamicode
2025-03-06 21:15:53 -05:00
committed by GitHub
parent bfc138bd9a
commit c3e3113615
+3 -1
View File
@@ -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
================