summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install.mdwn5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn
index b85700e66..33426d637 100644
--- a/doc/install.mdwn
+++ b/doc/install.mdwn
@@ -57,6 +57,7 @@ You can fetch the dependencies using `cabal install`. Then, you can build git-an
runhaskell Setup.hs configure --user
runhaskell Setup.hs build
- runhaskell Setup.hs install --bindir=$HOME/bin
+ runhaskell Setup.hs install
-The `--user` option configures the build so that it uses the packages you already have in `~/.cabal`.
+The `--user` option configures the build so that it uses the packages you already have in `~/.cabal`. Binaries
+will be installed in `~/.cabal/bin`, you'll need it in your PATH.