From 36d4f817c7332ff2110e3b9d234401699d9b01bf Mon Sep 17 00:00:00 2001 From: Elijah Gregg Date: Thu, 24 Dec 2020 14:28:28 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20AUR=20installation=20instr?= =?UTF-8?q?uctions=20(#158)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 01d8ccc..99ddfe8 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,12 @@ sudo make install # If you want to install the binary for all users Because you installed with the Makefile, running `amfora -v` will tell you exactly what commit the binary was built from. +Arch Linux users can also install the latest commit of Amfora from the AUR. It has the package name `amfora-git`, and is maintained by @lovetocode999 + +``` +yay -S amfora-git +``` + MacOS users can also use [Homebrew](https://brew.sh/) to install the latest commit of Amfora: ```