README: add instructions for installing Liana from AUR

This commit is contained in:
Antoine Poinsot 2023-08-18 11:56:12 +02:00
parent c7189421de
commit 2b3ed5a8dd
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

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