We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435605f commit dd8fe9eCopy full SHA for dd8fe9e
1 file changed
DEVELOPER.md
@@ -37,7 +37,7 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
37
# Download the binary for your platform. The binary must be named `toolbox`.
38
# Adjust the URL for your operating system (`linux/amd64`, `darwin/arm64`, `windows/amd64`).
39
# Example for macOS/amd64:
40
- 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
41
chmod +x toolbox
42
43
# For Windows, you will need to download the .exe file and rename it to `toolbox`.
0 commit comments