summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-12 11:36:44 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-12 11:36:44 -0400
commita58aea595a780c91bbbe26d2d24a63abcd835994 (patch)
treea75ad4761c57874863616749112990070a7f25fe /INSTALL
parentd813bbc0dc7357f23b647a3a05ef61067c53195f (diff)
downloadkeysafe-a58aea595a780c91bbbe26d2d24a63abcd835994.tar.gz
add readline UI
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 4 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 3f09bc1..81ba7d2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,7 +1,8 @@
-You should first install ghc, cabal, the argon2 library, and zenity
-For example, on a Debian system:
+You should first install ghc, cabal, the readline and argon2 libraries,
+and zenity. For example, on a Debian system:
- sudo apt-get install ghc cabal-install libargon2-0-dev zenity
+ sudo apt-get install ghc cabal-install libreadline-dev \
+ libargon2-0-dev zenity
Then to build and install keysafe: