diff options
author | Nicolas Pouillard <nicolas.pouillard@gmail.com> | 2012-01-02 18:35:38 +0100 |
---|---|---|
committer | Nicolas Pouillard <nicolas.pouillard@gmail.com> | 2012-01-02 18:35:38 +0100 |
commit | b7f0f9cd0ce12ad9320c5f7e9766838a4d92442e (patch) | |
tree | f1269a5b34871b77f5ebbc6139566dfd5445094c /doc | |
parent | 1bdd04210f2ef4a0cb3b87a915a6db29dfe51636 (diff) |
Add specific instructions for ArchLinux
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.mdwn | 1 | ||||
-rw-r--r-- | doc/install/ArchLinux.mdwn | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/install.mdwn b/doc/install.mdwn index ceaa3544f..3e89c6775 100644 --- a/doc/install.mdwn +++ b/doc/install.mdwn @@ -6,6 +6,7 @@ * [[Fedora]] * [[FreeBSD]] * [[openSUSE]] +* [[ArchLinux]] ## Using cabal diff --git a/doc/install/ArchLinux.mdwn b/doc/install/ArchLinux.mdwn new file mode 100644 index 000000000..e531fc968 --- /dev/null +++ b/doc/install/ArchLinux.mdwn @@ -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> |