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/install | |
parent | 1bdd04210f2ef4a0cb3b87a915a6db29dfe51636 (diff) |
Add specific instructions for ArchLinux
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/ArchLinux.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
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> |