From 91fdb6e341744de6b1239cadbf4aef1d5fd8dc91 Mon Sep 17 00:00:00 2001 From: NiciTheNici Date: Mon, 17 Oct 2022 11:13:39 +0200 Subject: [PATCH 1/2] add aur install instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2e7f871..87ba28d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,12 @@ git clone https://github.com/AngelJumbo/lavat cd lavat sudo make install ``` + +### Arch Linux +Lavat is also available on the AUR. Install it with your favourite AUR-helper +``` +$ paru -S lavat-git +``` ## Usage ``` From 852557a6a737e0ee006ca99d10db10f33aa9733f Mon Sep 17 00:00:00 2001 From: NiciTheNici Date: Mon, 17 Oct 2022 14:20:49 +0200 Subject: [PATCH 2/2] add link to AUR --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87ba28d..e51a53b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ sudo make install ``` ### Arch Linux -Lavat is also available on the AUR. Install it with your favourite AUR-helper +Lavat is also available on the AUR [here](https://aur.archlinux.org/packages/lavat-git). Install it with your favourite AUR-helper or manually. ``` $ paru -S lavat-git ```