Merge pull request #274 from ayaka14732/patch-2

Fix installation guide in README
This commit is contained in:
Filippo Squillace 2021-11-03 10:34:52 +01:00 committed by GitHub
commit 46cc4aad48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,7 +149,7 @@ section below.
## Installation from git repository ##
Just clone the JuNest repo somewhere (for example in ~/.local/share/junest):
git clone git://github.com/fsquillace/junest ~/.local/share/junest
git clone https://github.com/fsquillace/junest.git ~/.local/share/junest
export PATH=~/.local/share/junest/bin:$PATH
### Installation using AUR (Arch Linux only) ###