From 1c84647713396d0147a9468b833147e6e32d39d0 Mon Sep 17 00:00:00 2001 From: Oyo Date: Wed, 7 Apr 2021 23:09:09 -0600 Subject: [PATCH] Slightly Edited README I moved the `yay` install part up with the others. --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 876ca48..8c74068 100644 --- a/README.md +++ b/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