summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Chamberlain <alex@alexchamberlain.co.uk>2012-10-23 14:46:44 +0100
committerAlex Chamberlain <alex@alexchamberlain.co.uk>2012-10-23 14:46:44 +0100
commit56aa4cf1dfcd7f563e40b1ffbb09f2c75d91bb41 (patch)
treea1c78709faa836690dd713f344e0113298b30c52 /docs
parent2a610da2d14583a08f016d0f985db65203d1f76f (diff)
Add docs for installing on Arch Linux.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/2.download/default.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/docs/content/2.download/default.yml b/docs/content/2.download/default.yml
index d1deb300..7834ce72 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.