mirror of
https://github.com/mikedilger/chorus.git
synced 2026-08-01 07:21:39 +00:00
Update DEPLOYING to install the dump tool
This commit is contained in:
parent
4ebe2545ac
commit
be259c9f93
@ -65,10 +65,11 @@ Now let's continue by building chorus:
|
||||
cargo build --release
|
||||
```
|
||||
|
||||
Ok now let's install that:
|
||||
Ok now let's install that (along with the dump utility):
|
||||
|
||||
```bash
|
||||
sudo install --mode=0700 --owner=chorus ./target/release/chorus /opt/chorus/sbin/chorus
|
||||
sudo install --mode=0700 --owner=chorus ./target/release/dump /opt/chorus/sbin/dump
|
||||
```
|
||||
|
||||
Now let's create our config file
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user