From be259c9f93b1cf2e6c923d6d5ecac6342a15276a Mon Sep 17 00:00:00 2001 From: Mike Dilger Date: Wed, 21 Feb 2024 12:46:45 +1300 Subject: [PATCH] Update DEPLOYING to install the `dump` tool --- docs/DEPLOYING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/DEPLOYING.md b/docs/DEPLOYING.md index 97fe1f9..3c627e8 100644 --- a/docs/DEPLOYING.md +++ b/docs/DEPLOYING.md @@ -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