From f3c043ee15bc92723403e298cd2df38b19a254b6 Mon Sep 17 00:00:00 2001 From: Filippo Squillace Date: Tue, 4 Aug 2015 15:17:42 +0000 Subject: [PATCH] Issue #102: Update README for installing JuNest via AUR --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ba473a1..8a23b6a 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,12 @@ Just clone the JuNest repo somewhere (for example in ~/junest): git clone git://github.com/fsquillace/junest ~/junest export PATH=~/junest/bin:$PATH +### Installation using AUR (Arch Linux only) ### +If you are using an Arch Linux system you can, alternatively, install JuNest from the [AUR repository](https://aur.archlinux.org/): + + yaourt -S junest-git + export PATH=/opt/junest/bin:$PATH + ## Method two ## Alternatively, another installation method would be to directly download the JuNest image and place it to the default directory ~/.junest: