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