From b72157f4b2ca0cf0d95526c932c9eaadbd303794 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 12 Aug 2016 06:11:54 -0400 Subject: improve --- INSTALL | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'INSTALL') 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 -- cgit v1.2.3