fix: install with bash (#872)

This commit is contained in:
Bradley Axen
2025-01-29 04:27:34 -08:00
committed by GitHub
parent fc83a8f0e4
commit 7e534a0b97

View File

@@ -11,7 +11,7 @@ set -eu
# Supported Architectures: x86_64, arm64 # Supported Architectures: x86_64, arm64
# #
# Usage: # Usage:
# 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
# #
# Environment variables: # Environment variables:
# GOOSE_BIN_DIR - Directory to which Goose will be installed (default: $HOME/.local/bin) # GOOSE_BIN_DIR - Directory to which Goose will be installed (default: $HOME/.local/bin)