Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
# Download the binary for your platform. The binary must be named `toolbox`.
# Adjust the URL for your operating system (`linux/amd64`, `darwin/arm64`, `windows/amd64`).
# Example for macOS/amd64:
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/darwin/amd64/toolbox
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/geminicli/v$VERSION/darwin/amd64/toolbox
chmod +x toolbox

# For Windows, you will need to download the .exe file and rename it to `toolbox`.
Expand Down
Loading