2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-07-03 17:52:02 +00:00

Slightly Edited README

I moved the `yay` install part up with the others.
This commit is contained in:
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

View File

@ -27,6 +27,12 @@ On Debian/Ubuntu and distros based on them, it can be installed with:
sudo apt install libreadline-dev 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 ### Install
```sh ```sh
git clone https://github.com/Hilbis/Hilbish git clone https://github.com/Hilbis/Hilbish
@ -37,11 +43,6 @@ sudo make install
sudo make all sudo make all
``` ```
Alternativly, if you use Arch Linux, you can install Hilbish with an **(unofficial)** AUR package
```sh
yay -S hilbish-git
```
### Uninstall ### Uninstall
```sh ```sh
sudo make uninstall sudo make uninstall