Skip to content
Merged
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
9 changes: 9 additions & 0 deletions documentation/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ import DesktopInstallButtons from '@site/src/components/DesktopInstallButtons';
</div>
</TabItem>
<TabItem value="cli" label="Goose CLI">
Install Goose directly from the browser or with [Homebrew](https://brew.sh/).

<h3 style={{ marginTop: '1rem' }}>Option 1: Install via Download script</h3>
Run the following command to install the latest version of Goose on macOS:

```sh
Expand All @@ -68,6 +71,12 @@ import DesktopInstallButtons from '@site/src/components/DesktopInstallButtons';
goose update
```
:::

<h3>Option 2: Install via Homebrew</h3>
Homebrew downloads the [a precompiled CLI tool](https://github.com/Homebrew/homebrew-core/blob/master/Formula/b/block-goose-cli.rb) and can take care of updates.
```bash
brew install block-goose-cli
```
</TabItem>
</Tabs>
</TabItem>
Expand Down
Loading