summaryrefslogtreecommitdiffhomepage
path: root/INSTALL
blob: 78d7c7fb26b234376371ec71685da22b28492b8c (plain)
1
2
3
4
5
6
7
8
9
10
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.