diff --git a/README.md b/README.md index 987dd5a..78de55f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ sudo -u postgres initdb --locale en_US.UTF-8 -D '/var/lib/postgres/data' sudo systemctl enable --now postgresql #(if you're retarded or lazy, append postgresql and postgresql-libs to your ignorepkg) sudo -u postgres createuser -S -D -R -e f0ck -sudo -u postgres createdb test -O f0ck +sudo -u postgres createdb f0ck -O f0ck ``` ## install f0ck ```bash