summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-23 10:23:50 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-23 10:23:50 -0400
commit4fa57bd1dc7c7564e9ec6c187f6633aba1c7b8f1 (patch)
tree91da7ed45d573a6e98248f961ed3dfb4192072e7 /INSTALL
parent275e9edeb55f1b2eafc79e09cee06b5b2d686df5 (diff)
downloadkeysafe-4fa57bd1dc7c7564e9ec6c187f6633aba1c7b8f1.tar.gz
improve
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 4 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 9662eee..3d6e3b3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -4,11 +4,14 @@ 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 system:
+libraries, and zenity. 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/
+
Then to build and install keysafe, run this in the keysafe directory:
stack install