summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-09-23 10:42:01 -0400
committerJoey Hess <joeyh@joeyh.name>2016-09-23 10:42:01 -0400
commit9c18c1315ea3160fe7c9c7ba5be0bd21059b3777 (patch)
treedd255948a81eab909069f1348344235f9c1b50d3 /INSTALL
parentdb6c310d8779f8276b0d130ed721c1a7e22847bd (diff)
downloadkeysafe-9c18c1315ea3160fe7c9c7ba5be0bd21059b3777.tar.gz
seems that stack needs system ghc for some reason
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index c35a69f..287a75f 100644
--- a/INSTALL
+++ b/INSTALL
@@ -3,11 +3,11 @@
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
+First install Haskell's stack tool, ghc, the zlib, g++, readline and argon2
libraries. Also, zenity is needed to use keysafe's GUI.
For example, on a Debian testing system:
- sudo apt-get install haskell-stack \
+ sudo apt-get install haskell-stack ghc \
zlib1g-dev g++ libreadline-dev libargon2-0-dev zenity
If your distribution does not yet include Haskell's stack tool,