docs: 📝 Add back comment

This commit is contained in:
Kainoa Kanter 2022-03-19 14:39:08 -07:00 committed by GitHub
parent 5a649e25bb
commit de9ac516e1
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
psql -f schema.sql -U username zer0bin # Replace username with psql username
cp config.example.json config.json
$EDITOR config.json # Edit as appropriate
cargo build --release