mirror of
https://github.com/block/goose.git
synced 2026-05-01 21:10:54 +00: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:
parent
ee2d42a9e6
commit
fcd93fcb67
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue