Slightly Edited README

I moved the `yay` install part up with the others.
pull/30/head
Oyo 2021-04-07 23:09:09 -06:00 committed by GitHub
parent bbfe28dbae
commit 1c84647713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 5 deletions

View File

@ -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