mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-17 22:24: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:
|
||||
|
||||
```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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user