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
3 changes: 1 addition & 2 deletions src/content/docs/granted/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ In order to use Granted you'll need to install it on your system. Common Fate pr
[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.

```bash
brew tap common-fate/granted
brew install granted
brew install common-fate/granted/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