summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-12 06:11:54 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-12 06:11:54 -0400
commitb72157f4b2ca0cf0d95526c932c9eaadbd303794 (patch)
tree4cd660f2b58ed301bbbdeccc0e1449ffaf67bd64 /INSTALL
parent0045c4b162d2a68a85b8e7844dca97834f888dd5 (diff)
downloadkeysafe-b72157f4b2ca0cf0d95526c932c9eaadbd303794.tar.gz
improve
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 6 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index d2955cb..21c43f7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,8 @@
-keysafe is a haskell program, and can be built using ghc and cabal:
+You should first install ghc, cabal, and the argon2 library.
+For example, on a Debian system:
+
+ sudo apt-get install ghc cabal-install libargon2-0-dev
+
+Then to build and install keysafe:
cabal install keysafe