From 630cfe33e3ab6f04f8ef8d0d7dd31208f2700431 Mon Sep 17 00:00:00 2001 From: Travis Gockel Date: Fri, 13 Feb 2015 00:01:14 -0700 Subject: [PATCH] Adds note about Arch AUR installer in README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6d68f97..c2f2727 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,13 @@ If you have `boost`, `g++` and `make` installed, simply: If you want to customize your compilation or installation, see the top of the `Makefile` for easy-to-use configuration options. +### Arch Linux + +If you use [Arch Linux](https://www.archlinux.org/), JSON Voorhees is easily installable via AUR. +The "latest stable" is called [json-voorhees](https://aur.archlinux.org/packages/json-voorhees), while there is a "close + to tip" package called [json-voorhees-git](https://aur.archlinux.org/packages/json-voorhees-git). +With Arch, installation is as easy as `yaourt json-voorhees`! + Future ------