diff --git a/documentation/docs/getting-started/installation.md b/documentation/docs/getting-started/installation.md index 8015af43f5..333e0da2be 100644 --- a/documentation/docs/getting-started/installation.md +++ b/documentation/docs/getting-started/installation.md @@ -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. diff --git a/documentation/docs/quickstart.md b/documentation/docs/quickstart.md index 443646f906..6f61569154 100644 --- a/documentation/docs/quickstart.md +++ b/documentation/docs/quickstart.md @@ -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 ```