Merge pull request #1 from SuperNici/aurPackage

Add aur install instructions
This commit is contained in:
AngelJumbo 2022-10-17 10:12:43 -05:00 committed by GitHub
commit 9ab148550c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,12 @@ git clone https://github.com/AngelJumbo/lavat
cd lavat cd lavat
sudo make install sudo make install
``` ```
### Arch Linux
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
```
## Usage ## Usage
``` ```