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