summaryrefslogtreecommitdiff
path: root/doc/install/Fedora.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-09-25 14:26:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-09-25 14:26:05 -0400
commitb203a68cb75c585b7e8b0b70f46278b41fef2fad (patch)
tree1ff20405b2a5883ddf1601410d8ce64ced5b22cd /doc/install/Fedora.mdwn
parent6dc23b889e01d56a7aff241f9b7e347dd55cfc47 (diff)
include --bindir in all cabal install examples
Diffstat (limited to 'doc/install/Fedora.mdwn')
-rw-r--r--doc/install/Fedora.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn
index 068d5c111..7e983597b 100644
--- a/doc/install/Fedora.mdwn
+++ b/doc/install/Fedora.mdwn
@@ -3,5 +3,5 @@ Installation recipe for Fedora 14.
<pre>
sudo yum install ghc cabal-install
sudo cabal update
-sudo cabal install git-annex
+cabal install git-annex --bindir=$HOME/bin
</pre>