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