diff --git a/README.md b/README.md index 81a3d96e2..5e2447e57 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,15 @@ as on [his Twitter profile](https://twitter.com/darosior) or his [personal website](http://download.darosior.ninja/darosior.pub). It is recommended you verify your download against this key. +For Arch users, a `liana-bin` is also available at the [AUR](https://aur.archlinux.org/). You can +install it using your favourite wrapper (eg `paru -S liana-bin` or `yay -S liana-bin`), or manually: +```bash +git clone https://aur.archlinux.org/liana-bin.git +cd liana-bin +cat PKGBUILD # Review the PKGBUILD script +makepkg -si +``` + #### A note on Linux binaries and glibc version *Skip this section if you are not running Linux or don't plan on using a released binary.*