summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-23 10:27:25 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-23 10:27:25 -0400
commit0cc60cac4e4d2bd9e6e15e8c804ec75bd0b25d37 (patch)
tree8e9f0eab66c6d627d1bac54d65d662d429ec90f0 /INSTALL
parent4fa57bd1dc7c7564e9ec6c187f6633aba1c7b8f1 (diff)
downloadkeysafe-0cc60cac4e4d2bd9e6e15e8c804ec75bd0b25d37.tar.gz
improve
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 6 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 3d6e3b3..c35a69f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,13 +4,17 @@ This installs keysafe to ~/.local/bin, and is sufficient to use keysafe
to back up or restore your private key.
First install Haskell's stack tool, the zlib, g++, readline and argon2
-libraries, and zenity. For example, on a Debian testing system:
+libraries. Also, zenity is needed to use keysafe's GUI.
+For example, on a Debian testing system:
sudo apt-get install haskell-stack \
zlib1g-dev g++ libreadline-dev libargon2-0-dev zenity
If your distribution does not yet include Haskell's stack tool,
-see http://haskellstack.org/
+see <http://haskellstack.org/>
+
+If your distribution does not yet include argon2, see
+<https://github.com/P-H-C/phc-winner-argon2>
Then to build and install keysafe, run this in the keysafe directory: