Browse Source

Update INSTALL.md

utxo_dumper
Larry Ludlow 7 years ago
committed by GitHub
parent
commit
01a2889f6b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      INSTALL.md

2
INSTALL.md

@ -2,7 +2,7 @@
## Install
sudo echo 'deb https://dl.bintray.com/myhush/hush/ hush main' >> /etc/apt/sources.list
echo 'deb https://dl.bintray.com/myhush/hush/ hush main' | sudo tee --append /etc/apt/sources.list.d/hush.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
sudo apt-get update
sudo apt-get install hush

Loading…
Cancel
Save