mirror of
https://github.com/fsquillace/junest.git
synced 2026-07-25 20:03:58 +00:00
Merge pull request #103 from fsquillace/issue_102_aur
Issue #102: Update README for installing JuNest via AUR
This commit is contained in:
commit
06879b277c
1 changed files with 6 additions and 0 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue