From fb2bce5a7830e886d166cea6cf0b605245eb27e3 Mon Sep 17 00:00:00 2001 From: makeworld Date: Tue, 4 Aug 2020 11:14:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Added=20homebrew=20pkg?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cb333b..9cfadd3 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,23 @@ update-desktop-database ~/.local/share/applications ### Arch Linux -Arch Linux users can install Amfora from AUR. It has the package name `amfora`. +Arch Linux users can install Amfora from AUR. It has the package name `amfora`, and is maintained by @pboyd. ``` yay -S amfora ``` +### Homebrew + +If you use [Homebrew](https://brew.sh/), you can install the package maintained by @Jackymancs4. +``` +brew install jackymancs4/tap/amfora +``` +You can update it with: +``` +brew upgrade amfora +``` + ### From Source This section is for programmers who want to install from source.