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):