diff options
author | Joey Hess <joey@kitenet.net> | 2011-09-25 14:26:05 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-09-25 14:26:05 -0400 |
commit | b203a68cb75c585b7e8b0b70f46278b41fef2fad (patch) | |
tree | 1ff20405b2a5883ddf1601410d8ce64ced5b22cd /doc/install/Fedora.mdwn | |
parent | 6dc23b889e01d56a7aff241f9b7e347dd55cfc47 (diff) |
include --bindir in all cabal install examples
Diffstat (limited to 'doc/install/Fedora.mdwn')
-rw-r--r-- | doc/install/Fedora.mdwn | 2 |
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> |