From 91bf910e3732fe871d483333ae2d4aeb11c3a19c Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Fri, 26 Jun 2026 10:41:00 -0400 Subject: [PATCH] Use Homebrew formula from core See https://github.com/fwdcloudsec/granted/discussions/897. --- src/content/docs/getting-started.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/content/docs/getting-started.mdx b/src/content/docs/getting-started.mdx index a9d46f9..154d3f3 100644 --- a/src/content/docs/getting-started.mdx +++ b/src/content/docs/getting-started.mdx @@ -69,11 +69,10 @@ In order to use Granted you'll need to install it on your system. ### Using Homebrew - [Homebrew](https://brew.sh/) is an open source package manager for MacOS. We publish a Homebrew formula for Granted. To install Granted with Homebrew, run the commands below in your terminal. + [Homebrew](https://brew.sh/) is an open source package manager for MacOS. We publish a Homebrew formula for Granted. To install Granted with Homebrew, run the following in your terminal. ```bash - brew tap fwdcloudsec/granted - brew install fwdcloudsec/granted/granted + brew install granted ``` ### Manual install Select the steps which match your system architecture. You can find your architecture by running `uname -m` from a terminal window. @@ -101,9 +100,8 @@ In order to use Granted you'll need to install it on your system. #### Using Homebrew ``` brew uninstall granted - brew tap-new $USER/local-tap - brew extract --version=0.38.0 fwdcloudsec/granted/granted $USER/local-tap - brew install fwdcloudsec/granted/granted@0.38.0 + brew tap --force homebrew/core + brew version-install granted@0.38.0 ``` #### For Intel (x86_64 architecture):