summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-01-25 15:51:46 -0400
committerJoey Hess <joeyh@joeyh.name>2017-01-25 15:51:46 -0400
commitd07c8fd267843b3cac57f65080984e265ba1beda (patch)
tree4333d77494d69515fcbee9e1a082859d55f1aff4
parente97a09fca74166ee87def5a3bc521cd261fb92e3 (diff)
downloadkeysafe-d07c8fd267843b3cac57f65080984e265ba1beda.tar.gz
avoid stack install keysafe
stack does not look at stack.yaml when run that way. So annoying..
-rw-r--r--doc/index.mdwn4
1 files 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.