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

@@ -26,7 +26,7 @@ You can use Goose via CLI or Desktop application.
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
```
</TabItem>
<TabItem value="ui" label="Goose Desktop">