From edf0f1b672563746dbf068ecfbac28df769e720f Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 20 Oct 2019 10:09:53 -0400 Subject: [PATCH] document install/uninstall deb --- INSTALL.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index c5ed51861..c47c6ddfe 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,5 +1,15 @@ # Installing Hush +## Installing Binaries + +To install a Debian package: + + dpkg -i hush-3.2.0-amd4.deb + +To uninstall: + + apt-get remove hush + ## Build HUSH dependencies The following build process generally applies to Ubuntu (and similar) Linux