From d398666aa1c8723b2d656e1fae2271951da15596 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Fri, 17 Sep 2021 16:22:00 -0400 Subject: [PATCH] minor changes to INSTALL-BIN.md --- INSTALL-BIN.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL-BIN.md b/INSTALL-BIN.md index d73d138cb..1af184428 100644 --- a/INSTALL-BIN.md +++ b/INSTALL-BIN.md @@ -1,9 +1,9 @@ # Installing Hush binaries -To install a Debian package: +To install a Debian package (change the version to what to downloaded): - `dpkg -i hush-3.6.2-amd4.deb` + dpkg -i hush-3.6.2-amd4.deb To uninstall: - `apt-get remove hush` + apt-get remove hush