mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
docs: Use bash (not sh) for Goose CLI installation script one-liner (#862)
Co-authored-by: angiejones <jones.angie@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ import RateLimits from '@site/src/components/RateLimits';
|
|||||||
Run the following command to install the latest version of Goose:
|
Run the following command to install the latest version of Goose:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | sh
|
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
|
||||||
```
|
```
|
||||||
This script will fetch the latest version of Goose and set it up on your system.
|
This script will fetch the latest version of Goose and set it up on your system.
|
||||||
|
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ You can use Goose via CLI or Desktop application.
|
|||||||
Run the following command to install the latest version of Goose:
|
Run the following command to install the latest version of Goose:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | sh
|
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
|
||||||
```
|
```
|
||||||
</TabItem>
|
</TabItem>
|
||||||
<TabItem value="ui" label="Goose Desktop">
|
<TabItem value="ui" label="Goose Desktop">
|
||||||
|
|||||||
Reference in New Issue
Block a user