From a5d55afba2cf6dec885117cce7a8278fe531fdba Mon Sep 17 00:00:00 2001 From: Kainoa Kanter <44733677+ThatOneCalculator@users.noreply.github.com> Date: Sat, 19 Mar 2022 14:40:45 -0700 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9D=20`username`=20->=20`postg?= =?UTF-8?q?res`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86c14c4..0e919eb 100755 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ cp config.example.json config.json $EDITOR config.json # Edit as appropriate yarn && yarn build cd ../backend -psql -f schema.sql -U username zer0bin # Replace username with psql username +psql -f schema.sql -U postgres zer0bin cp config.example.json config.json $EDITOR config.json # Edit as appropriate cargo build --release