Skip to content

Commit 918b289

Browse files
committed
docs: update README to include installation instructions for Gemini CLI
1 parent a5f7bcd commit 918b289

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,11 @@ This repository is a monorepo for tools that help Google Workspace developers.
55
## Packages
66

77
- [`packages/vscode-extension`](./packages/vscode-extension): A VS Code extension with tools to help Google Workspace developers available at [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=google-workspace.google-workspace-developer-tools) and [Open VSX Registry](https://open-vsx.org/extension/google-workspace/google-workspace-developer-tools).
8+
9+
### With the Gemini CLI
10+
11+
If you have the `gemini` command-line tool installed, you can install the extension with this command:
12+
13+
```sh
14+
gemini extensions install "https://github.com/googleworkspace/developer-tools"
15+
```

0 commit comments

Comments
 (0)