From 91c545be4f572078f2e09bde542ed87f7b453e4a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 28 Sep 2022 19:54:58 +0100 Subject: [PATCH] suggest cargo build as an alternative Signed-off-by: Ian Jackson --- docs/install.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index de829c5..5083a1b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,8 +6,8 @@ The documentation is procssed with Sphinx. It is most convenient to install (especailly the server) as a `.deb`. -Building .debs --------------- +Building +-------- On a system with a new enough `cargo` and `rustc`: @@ -27,6 +27,11 @@ are controlled and checked by the `Cargo.lock` file shipped in the Hippotat source tree, provided that `cargo --locked` is used. +If you don't want to install debs, +you can also just use cargo to build the two binaries, +`hippotat` and `hippotatd`. +You could perhaps even `cargo install hippotat` on a client machine. + Installation ------------ -- 2.30.2