docs: 📝 `username` -> `postgres`

This commit is contained in:
Kainoa Kanter 2022-03-19 14:40:45 -07:00 committed by GitHub
parent de9ac516e1
commit a5d55afba2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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