From 76944d81ea6d7c0a2ab701182515a49cbba34610 Mon Sep 17 00:00:00 2001 From: Alexander Bocken Date: Tue, 11 May 2021 16:04:13 +0200 Subject: [PATCH] added AUR install info --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index afd7c3a..c0a0b1c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,16 @@ allioli can be built by cloning the repository and then running make: sudo make install ``` +### AUR + +if you're running an arch-based distro you can get bibel from the AUR. +so for example using yay, it's a simple + +```bash + yay -S allioli +``` + + ## Similar projects My work, as already stated, is mostly based on the source code of [Bontibon's kjv](https://github.com/bontibon/kjv).