summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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: