docs: 📝 Add comment to psql line

This commit is contained in:
Kainoa Kanter 2022-03-19 11:48:53 -07:00 committed by GitHub
parent 57253f0c73
commit 345d461574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ cp config.example.json config.json
$EDITOR config.json # Edit as appropriate
npm i && npm run build
cd ../backend
psql -f schema.sql -U username zer0bin
psql -f schema.sql -U username zer0bin # Replace username with your psql username
cp config.example.json config.json
$EDITOR config.json # Edit as appropriate
cargo build --release