From 617385b4b67549b4634878d28ecddcfd3b5df25a Mon Sep 17 00:00:00 2001 From: Flummi Date: Sat, 14 May 2022 13:47:33 +0200 Subject: [PATCH] test -> f0ck xD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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