Update extensions docs (#10621)

This commit is contained in:
christine betts
2025-10-06 20:12:56 -04:00
committed by GitHub
parent e705f45c5f
commit 4f53919a2b
2 changed files with 6 additions and 0 deletions

View File

@@ -4,6 +4,10 @@ _This documentation is up-to-date with the v0.4.0 release._
Gemini CLI extensions package prompts, MCP servers, and custom commands into a familiar and user-friendly format. With extensions, you can expand the capabilities of Gemini CLI and share those capabilities with others. They are designed to be easily installable and shareable.
See [getting started docs](getting-started-extensions.md) for a guide on creating your first extension.
See [releasing docs](extension-releasing.md) for an advanced guide on setting up GitHub releases.
## Extension management
We offer a suite of extension management tools using `gemini extensions` commands.
@@ -18,6 +22,8 @@ You can install an extension using `gemini extensions install` with either a Git
Note that we create a copy of the installed extension, so you will need to run `gemini extensions update` to pull in changes from both locally-defined extensions and those on GitHub.
NOTE: If you are installing an extension from GitHub, you'll need to have `git` installed on your machine. See [git installation instructions](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) for help.
```
gemini extensions install https://github.com/gemini-cli-extensions/security
```