aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-05-27 20:36:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-05-27 20:37:14 -0400
commitf120dbc73587bbff42910dce9eb26b79cebe424f (patch)
tree6db11b2da6bc6c4b34d3666715fad5c89e473263
parentf945c5231d0281c7161323d1d8905a0568f07da4 (diff)
add manual cabal instuctions, I'm told the AUR may have dependency issues
-rw-r--r--doc/install/ArchLinux.mdwn10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/install/ArchLinux.mdwn b/doc/install/ArchLinux.mdwn
index e531fc968..68e8b81f1 100644
--- a/doc/install/ArchLinux.mdwn
+++ b/doc/install/ArchLinux.mdwn
@@ -7,3 +7,13 @@ such as yaourt:
<pre>
$ yaourt -Sy git-annex
</pre>
+
+----
+
+I'm told the AUR has some dependency problems currently.
+If it doesn't work, you can just use cabal:
+
+<pre>
+pacman -S git rsync curl wget gpg openssh cabal-install
+cabal install git-annex --bindir=$HOME/bin
+</pre>