Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions src/content/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,10 @@ In order to use Granted you'll need to install it on your system.
<Tabs>
<TabItem label="MacOS">
### 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.
Expand Down Expand Up @@ -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):
Expand Down