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:
Greg M
2025-01-28 19:23:55 -07:00
committed by GitHub
parent ee2d42a9e6
commit fcd93fcb67
2 changed files with 2 additions and 2 deletions

View File

@@ -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.