From fe0fd784bb47ffe885c64baa91f18e50f3a54b96 Mon Sep 17 00:00:00 2001 From: makeworld Date: Tue, 15 Sep 2020 13:54:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Use=20official=20tap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b68da3f..8ce0c3c 100644 --- a/README.md +++ b/README.md @@ -50,9 +50,10 @@ yay -S amfora ### Homebrew -If you use [Homebrew](https://brew.sh/), you can install the package maintained by @Jackymancs4. +If you use [Homebrew](https://brew.sh/), you can install Amfora through the official tap. ``` -brew install jackymancs4/tap/amfora +brew tap makeworld-the-better-one/tap +brew install amfora ``` You can update it with: ```