From: Ian Jackson Date: Sun, 8 Jan 2023 22:55:40 +0000 (+0000) Subject: Installation docs: say to get it from your distro X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=881d33d063529328749eca80c5911e047581f920;p=hippotat.git Installation docs: say to get it from your distro Signed-off-by: Ian Jackson --- diff --git a/docs/install.md b/docs/install.md index bd740b5..6094ff1 100644 --- a/docs/install.md +++ b/docs/install.md @@ -6,6 +6,13 @@ The documentation is procssed with Sphinx. It is most convenient to install (especailly the server) as a `.deb`. +On a recent-enough Debian derivative you can simply run +(on each end as applicable): +``` + apt install hippotat-server + apt install hippotat-client +``` + Building --------