From bce385128b91c03d982b19b39ea126a50f44352f Mon Sep 17 00:00:00 2001 From: Gianluca Stella Date: Thu, 25 Jun 2026 12:34:30 +0200 Subject: [PATCH] Update the instructions to install from the Homebrew SRE tap --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6b93fa0e..1e719e6f2 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,9 @@ Currently, it mainly supports related work for AWS, especially [aws-account-oper ### MacOS -``` -$ brew install osdctl +```brew +brew tap openshift-online/sre-tools +brew install openshift-online/sre-tools/osdctl ``` ### Build from source