summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar http://mildred.pip.verisignlabs.com/ <http://mildred.pip.verisignlabs.com/@web>2012-04-13 08:19:27 +0000
committerGravatar admin <admin@branchable.com>2012-04-13 08:19:27 +0000
commit4837ad6dd3ed877513446cb948a696a90ccfdf16 (patch)
treef0e1644945ea6ab6903f444fb0be573c96df0785
parentebc91c7637b8f245d467742fc33a577ca9516105 (diff)
-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.