Skip to content

Commit 9a7592b

Browse files
authored
Merge branch 'main' into renovate/github-actions
2 parents 8ba9fb2 + 395e4a5 commit 9a7592b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

DEVELOPER.md

Lines changed: 1 addition & 2 deletions
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`).
@@ -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.

0 commit comments

Comments
 (0)