summaryrefslogtreecommitdiff
path: root/doc/install
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/fromsource.mdwn8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn
index 733d736d0..3f2987b67 100644
--- a/doc/install/fromsource.mdwn
+++ b/doc/install/fromsource.mdwn
@@ -43,8 +43,8 @@ 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 -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
- cabal build
+ cabal install -j -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies
+ cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin
@@ -62,8 +62,8 @@ your OS is beyond the scope of this page.
Once the C libraries are installed, run inside the source tree:
cabal configure
- cabal install --only-dependencies
- cabal build
+ cabal install -j --only-dependencies
+ cabal build -j
PATH=$HOME/bin:$PATH
cabal install --bindir=$HOME/bin