README: add instructions for installing Liana from AUR
This commit is contained in:
parent
c7189421de
commit
2b3ed5a8dd
@ -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.*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user