From 26ff6e1c20106b8e998821fe1883c93b6ace827c Mon Sep 17 00:00:00 2001 From: Stefan Sundin Date: Thu, 26 Nov 2020 11:55:13 -0800 Subject: [PATCH] =?UTF-8?q?aws-rotate-key=20is=20now=20available=20in=20th?= =?UTF-8?q?e=20official=20Homebrew=20repository.=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3b30030..b57ecf5 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,14 @@ You can download binaries from [the releases section](https://github.com/stefans You can use Homebrew to install on macOS: ``` -brew install stefansundin/tap/aws-rotate-key +brew install aws-rotate-key +``` + +**Update November 2020:** The program is now available in the official Homebrew repository. Earlier, this was facilitated with Homebrew taps. If you added any of the taps previously, you can remove them by running: + +``` +brew untap fullscreen/tap +brew untap stefansundin/tap ``` You can install [using a PPA](https://launchpad.net/~stefansundin/+archive/ubuntu/aws-rotate-key) on Ubuntu Linux: