File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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` ).
@@ -43,7 +43,6 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
4343 extension from your local directory.
4444
4545 ` ` ` bash
46- gemini extensions install .
4746 gemini extensions link .
4847 ` ` `
4948 The CLI will prompt you to confirm the installation. Accept it to proceed.
You can’t perform that action at this time.
0 commit comments