summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/install/fromsource.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn
index 1e96cce40..733d736d0 100644
--- a/doc/install/fromsource.mdwn
+++ b/doc/install/fromsource.mdwn
@@ -43,7 +43,7 @@ git-annex, but it does not include the assistant or webapp.
Inside the source tree, run:
cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns"
- cabal install --only-dependencies
+ cabal install -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
cabal build
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin