add manual cabal instuctions, I'm told the AUR may have dependency issues

This commit is contained in:
Joey Hess 2012-05-27 20:36:01 -04:00
parent f945c5231d
commit f120dbc735

View file

@ -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>