summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-12 07:52:36 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-12 07:52:36 -0400
commitd813bbc0dc7357f23b647a3a05ef61067c53195f (patch)
tree0c15d3c0703bea3ffee48ac16347aef265a028fc /INSTALL
parentddb4e6839fa2d7b589159c661815f89c8bb08c5f (diff)
downloadkeysafe-d813bbc0dc7357f23b647a3a05ef61067c53195f.tar.gz
pluggable UI
using zenity for GUI in X
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index 21c43f7..3f09bc1 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,7 @@
-You should first install ghc, cabal, and the argon2 library.
+You should first install ghc, cabal, the argon2 library, and zenity
For example, on a Debian system:
- sudo apt-get install ghc cabal-install libargon2-0-dev
+ sudo apt-get install ghc cabal-install libargon2-0-dev zenity
Then to build and install keysafe: