From fa1cdbefa22c9db787edfa8565300929e4c38349 Mon Sep 17 00:00:00 2001 From: sammyette <38820196+TorchedSammy@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:18:23 -0400 Subject: [PATCH] docs: move aur install step up --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d003ca1..77ca9f9 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,16 @@ Then click on the artifacts drop down, and download artifact for your platform, like what is highlighted in the screenshot.

+### AUR +Arch Linux users can install Hilbish from the AUR. +```sh +yay -S hilbish +``` +If you want the latest and greatest, you can install and compile from the latest git commit +```sh +yay -S hilbish-git +``` + ### Manual Build #### Prerequisites - [Go 1.16](https://go.dev) @@ -89,15 +99,6 @@ or want to experiment Hilbiline, instead run #### Install `sudo make install` -Alternatively, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package: -```sh -yay -S hilbish -``` -If you want the latest and greatest, you can install and compile from latest git commit: -```sh -yay -S hilbish-git -``` - ### Uninstall ```sh sudo make uninstall