Skip to content

Commit 9e7b915

Browse files
authored
Merge branch 'main' into docs-link-local-extension
2 parents a4a5c88 + ecb68e2 commit 9e7b915

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEVELOPER.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
3333
VERSION=$(cat toolbox_version.txt)
3434
3535
# Example for macOS/amd64
36-
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/v$VERSION/darwin/amd64/toolbox
36+
curl -L -o toolbox https://storage.googleapis.com/genai-toolbox/geminicli/v$VERSION/darwin/amd64/toolbox
3737
chmod +x toolbox
3838
```
3939
Adjust the URL for your operating system (`linux/amd64`, `darwin/arm64`, `windows/amd64`).

0 commit comments

Comments
 (0)