summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
blob: 546b67c21c702b176b6673638994e459ab30a7ae (plain)
1
2
3
4
5
6
7
8
9
10
You should first install Haskell's stack tool, the readline and argon2
libraries, and zenity. For example, on a Debian system:

	sudo apt-get install haskell-stack libreadline-dev libargon2-0-dev zenity

Then to build and install keysafe:

	stack install keysafe

Note that there is a manpage, but stack doesn't install it yet.