diff options
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> |