12 lines
360 B
Markdown
12 lines
360 B
Markdown
# Installing Hush binaries
|
|
|
|
1. First [download the release](https://git.hush.is/hush/hush3/releases) you want to install. It will have a .deb file extension.
|
|
|
|
1. Next install the Debian package (change the version to what you downloaded above):
|
|
|
|
`dpkg -i hush-3.8.0-amd64.deb`
|
|
|
|
1. If you want to remove it, then run this to uninstall:
|
|
|
|
`apt-get remove hush`
|