Skip to content

Commit

Permalink
docs: include Homebrew installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
SalvatoreT committed Mar 4, 2025
1 parent 4ea5933 commit f24916b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion documentation/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import RateLimits from '@site/src/components/RateLimits';
:::
</TabItem>
<TabItem value="ui" label="Goose Desktop">
Install Goose directly from the browser or with [Homebrew](https://brew.sh/).
<h3 style={{ marginTop: '1rem' }}>(Option 1) Install via browser</h3>
To install Goose, click the **button** below:
<div className="pill-button">
<Link
Expand All @@ -57,7 +59,14 @@ import RateLimits from '@site/src/components/RateLimits';
:::tip Updating Goose
It's best to keep Goose updated. To update, reperform installation steps.
:::

</div>
<h3>(Option 2) Install via Homebrew</h3>
Homebrew downloads the [same app](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/b/block-goose.rb) but can take care of updates too.
```bash
brew install --cask block-goose
```
---
<div style={{ marginTop: '1rem' }}>
:::note Permissions
If you’re on an Apple Mac M3 and the Goose desktop app shows no window on launch, check and update the following:

Expand Down

0 comments on commit f24916b

Please sign in to comment.