mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
docs: include Homebrew installation instructions (#1410)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
@@ -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 you’re on an Apple Mac M3 and the Goose desktop app shows no window on launch, check and update the following:
|
If you’re on an Apple Mac M3 and the Goose desktop app shows no window on launch, check and update the following:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user