Browse Source

Update INSTALL.md

pull/31/head
Larry Ludlow 7 years ago
committed by GitHub
parent
commit
31ee9b4707
  1. 10
      INSTALL.md

10
INSTALL.md

@ -1,4 +1,12 @@
# Building Hush
# Installing Hush with apt
sudo echo 'deb https://dl.bintray.com/myhush/hush/ hush main' >> /etc/apt/sources.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
sudo apt-get update
sudo apt-get install hush
# Building Hush from source
Building Hush from source will take some time but your efforts will be rewarded :)

Loading…
Cancel
Save