mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24:21 +01:00
fix: clarify linux cli install only (#927)
Co-authored-by: angiejones <jones.angie@gmail.com>
This commit is contained in:
@@ -28,11 +28,8 @@ You can use Goose via CLI or Desktop application.
|
||||
```sh
|
||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
|
||||
```
|
||||
:::tip Automation
|
||||
You can disable automatic interactive configuration by adding `| CONFIGURE=false bash` to the script above.
|
||||
:::
|
||||
</TabItem>
|
||||
<TabItem value="ui" label="Goose Desktop">
|
||||
<TabItem value="ui" label="Goose Desktop (macOS only)">
|
||||
To install the latest version of Goose, click the **button** below:
|
||||
<div className="pill-button">
|
||||
<Link
|
||||
@@ -40,7 +37,7 @@ You can use Goose via CLI or Desktop application.
|
||||
to="https://github.com/block/goose/releases/download/stable/Goose.zip"
|
||||
>
|
||||
<IconDownload />
|
||||
download goose desktop
|
||||
download goose desktop for macOS
|
||||
</Link>
|
||||
</div>
|
||||
<div style={{ marginTop: '1rem' }}>
|
||||
|
||||
Reference in New Issue
Block a user