We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebdfcda commit acca8d3Copy full SHA for acca8d3
DEVELOPER.md
@@ -34,7 +34,7 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
34
VERSION=$(cat toolbox_version.txt)
35
36
# Example for macOS/amd64
37
- 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
38
chmod +x toolbox
39
```
40
Adjust the URL for your operating system (`linux/amd64`, `darwin/arm64`, `windows/amd64`).
0 commit comments