docs: include Homebrew installation instructions (#1410)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
Salvatore Testa
2025-03-04 15:21:43 -08:00
committed by GitHub
parent 38d5357c98
commit 58067eef2c

View File

@@ -40,6 +40,9 @@ import DesktopInstallButtons from '@site/src/components/DesktopInstallButtons';
::: :::
</TabItem> </TabItem>
<TabItem value="ui" label="Goose Desktop"> <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 Download</h3>
<DesktopInstallButtons/> <DesktopInstallButtons/>
<div style={{ marginTop: '1rem' }}> <div style={{ marginTop: '1rem' }}>
@@ -49,7 +52,14 @@ import DesktopInstallButtons from '@site/src/components/DesktopInstallButtons';
:::tip Updating Goose :::tip Updating Goose
It's best to keep Goose updated. To update, reperform installation steps. 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 :::note Permissions
If youre on an Apple Mac M3 and the Goose desktop app shows no window on launch, check and update the following: If youre on an Apple Mac M3 and the Goose desktop app shows no window on launch, check and update the following: