Add specific instructions for ArchLinux

This commit is contained in:
Nicolas Pouillard 2012-01-02 18:35:38 +01:00
parent 1bdd04210f
commit b7f0f9cd0c
2 changed files with 10 additions and 0 deletions

View file

@ -6,6 +6,7 @@
* [[Fedora]]
* [[FreeBSD]]
* [[openSUSE]]
* [[ArchLinux]]
## Using cabal

View file

@ -0,0 +1,9 @@
There is a non-official source package for git-annex in
[AUR](https://aur.archlinux.org/packages.php?ID=44272).
You can then build it yourself or use a wrapper for AUR
such as yaourt:
<pre>
$ yaourt -Sy git-annex
</pre>