diff options
author | http://mildred.pip.verisignlabs.com/ <http://mildred.pip.verisignlabs.com/@web> | 2012-04-13 08:19:27 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-04-13 08:19:27 +0000 |
commit | 4837ad6dd3ed877513446cb948a696a90ccfdf16 (patch) | |
tree | f0e1644945ea6ab6903f444fb0be573c96df0785 /doc/install.mdwn | |
parent | ebc91c7637b8f245d467742fc33a577ca9516105 (diff) |
Diffstat (limited to 'doc/install.mdwn')
-rw-r--r-- | doc/install.mdwn | 5 |
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. |