summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 3 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 81ba7d2..6707ab3 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,8 @@
-You should first install ghc, cabal, the readline and argon2 libraries,
+You should first install stack, the readline and argon2 libraries,
and zenity. For example, on a Debian system:
- sudo apt-get install ghc cabal-install libreadline-dev \
- libargon2-0-dev zenity
+ sudo apt-get install haskell-stack libreadline-dev libargon2-0-dev zenity
Then to build and install keysafe:
- cabal install keysafe
+ stack install keysafe