add manual cabal instuctions, I'm told the AUR may have dependency issues
This commit is contained in:
parent
f945c5231d
commit
f120dbc735
1 changed files with 10 additions and 0 deletions
|
@ -7,3 +7,13 @@ such as yaourt:
|
||||||
<pre>
|
<pre>
|
||||||
$ yaourt -Sy git-annex
|
$ yaourt -Sy git-annex
|
||||||
</pre>
|
</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>
|
||||||
|
|
Loading…
Reference in a new issue