mirror of https://github.com/Hilbis/Hilbish
Slightly Edited README
I moved the `yay` install part up with the others.pull/30/head
parent
bbfe28dbae
commit
1c84647713
11
README.md
11
README.md
|
@ -27,6 +27,12 @@ On Debian/Ubuntu and distros based on them, it can be installed with:
|
|||
sudo apt install libreadline-dev
|
||||
```
|
||||
|
||||
|
||||
Alternativly, if you use Arch Linux, you can install Hilbish with an **(unofficial)** AUR package
|
||||
```sh
|
||||
yay -S hilbish-git
|
||||
```
|
||||
|
||||
### Install
|
||||
```sh
|
||||
git clone https://github.com/Hilbis/Hilbish
|
||||
|
@ -37,11 +43,6 @@ sudo make install
|
|||
sudo make all
|
||||
```
|
||||
|
||||
Alternativly, if you use Arch Linux, you can install Hilbish with an **(unofficial)** AUR package
|
||||
```sh
|
||||
yay -S hilbish-git
|
||||
```
|
||||
|
||||
### Uninstall
|
||||
```sh
|
||||
sudo make uninstall
|
||||
|
|
Loading…
Reference in New Issue