summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.