Update README.md

This commit is contained in:
konamicode
2025-03-06 21:14:26 -05:00
committed by GitHub
parent 906e8783f3
commit bfc138bd9a
+3 -3
View File
@@ -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