clarified Linux binary install from user feedback

This commit is contained in:
jahway603
2021-09-17 14:45:50 -04:00
parent 1bbe5a7bff
commit cd2f366496
3 changed files with 20 additions and 18 deletions

9
INSTALL-BIN.md Normal file
View File

@@ -0,0 +1,9 @@
# Installing Hush binaries
To install a Debian package:
`dpkg -i hush-3.6.2-amd4.deb`
To uninstall:
`apt-get remove hush`