From: Alex Chamberlain <alex@alexchamberlain.co.uk>
Date: Tue, 23 Oct 2012 13:46:44 +0000 (+0100)
Subject: Add docs for installing on Arch Linux.
X-Git-Tag: jq-1.2~46^2
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F22%2Fhead;p=jq

Add docs for installing on Arch Linux.
---

diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml
index d1deb30..7834ce7 100644
--- a/docs/content/2.download/default.yml
+++ b/docs/content/2.download/default.yml
@@ -20,6 +20,18 @@ body:
       jq is licensed under the MIT license. For all of the gory
       details, read the file `COPYING` in the source distribution.
 
+      Arch Linux
+      ----------
+
+      A PKGBUILD for jq-1.1 is in the
+      [AUR](https://aur.archlinux.org/packages.php?ID=63849), as well as a
+      PKGBUILD for the HEAD of master
+      ([jq-git](https://aur.archlinux.org/packages.php?ID=63850)).
+
+      You can install jq using [Yaourt](https://wiki.archlinux.org/index.php/Yaourt)
+      or manually by following instructions on
+      [Arch Linux's Wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository).
+
       Hacking on jq
       =============
 
@@ -55,4 +67,4 @@ body:
 
       jq's documentation is compiled into static HTML using
       [Bonsai](http://www.tinytree.info). To view the documentation
-      locally, run `rake serve` from the docs/ subdirectory.
\ No newline at end of file
+      locally, run `rake serve` from the docs/ subdirectory.