summaryrefslogtreecommitdiff
path: root/doc/install/Fedora.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-04-13 11:37:49 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-04-13 11:37:49 -0400
commitbefda6f9d26ade107f0b9cec3ea7919fda64444f (patch)
treea68904801d8468dae27502152e888f9a0771dbce /doc/install/Fedora.mdwn
parent3642c723209bfb117b16c12f0ad83ef0fe025613 (diff)
add cabal command to install build deps
Diffstat (limited to 'doc/install/Fedora.mdwn')
-rw-r--r--doc/install/Fedora.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/install/Fedora.mdwn b/doc/install/Fedora.mdwn
index cfdeeb882..68b0056f1 100644
--- a/doc/install/Fedora.mdwn
+++ b/doc/install/Fedora.mdwn
@@ -6,6 +6,7 @@ git clone git://git-annex.branchable.com/ git-annex
cd git-annex
git checkout ghc 7.0
cabal update
+cabal install --only-dependencies
cabal configure
cabal build
cabal install --bindir=$HOME/bin