chiark / gitweb /
suggest cargo build as an alternative
[hippotat.git] / docs / install.md
index de829c5a4c37010b71f924caab593cb405a5042a..5083a1b8253ad2c389856687f775c70eb380b21e 100644 (file)
@@ -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
 ------------