From d07c8fd267843b3cac57f65080984e265ba1beda Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 25 Jan 2017 15:51:46 -0400 Subject: avoid stack install keysafe stack does not look at stack.yaml when run that way. So annoying.. --- doc/index.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/index.mdwn b/doc/index.mdwn index 407cb41..873eb35 100644 --- a/doc/index.mdwn +++ b/doc/index.mdwn @@ -69,9 +69,9 @@ 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: +Then to build and install keysafe, cd into its source tree and run: - stack install keysafe + stack install Note that there is a manpage, but stack doesn't install it yet. -- cgit v1.2.3