zer0bin-bin is now binary name

This commit is contained in:
Kainoa Kanter 2022-03-14 10:01:12 -07:00 committed by GitHub
parent 2f02bb8ff9
commit c95c1ec967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ psql -f schema.sql -U postgres zer0bin
cp config.example.json config.json
$EDITOR config.json # Edit as appropriate
cargo build --release
./target/release/backend # Preferably in a tmux session or as a service
./target/release/zer0bin-bin # Preferably in a tmux session or as a service
```
### Configuration