From fe34e122b58d38b2dd61d7fa7ada42248b623bfc Mon Sep 17 00:00:00 2001 From: Elliot Schot Date: Tue, 21 Oct 2025 12:55:24 +1100 Subject: [PATCH] docs: fix homebrew installation command for granted due to name clash related: #35 --- src/content/docs/granted/getting-started.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/content/docs/granted/getting-started.mdx b/src/content/docs/granted/getting-started.mdx index 4cd4618..3f0c512 100644 --- a/src/content/docs/granted/getting-started.mdx +++ b/src/content/docs/granted/getting-started.mdx @@ -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.