Skip to content

Commit acca8d3

Browse files
authored
docs: update developer docs to use geminicli GCS bucket (#106)
1 parent ebdfcda commit acca8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DEVELOPER.md

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

0 commit comments

Comments
 (0)