Remove separate --path argument for extensions install command (#10628)

This commit is contained in:
christine betts
2025-10-07 12:01:45 -04:00
committed by GitHub
parent 343be47fa9
commit d93e987f24
4 changed files with 48 additions and 77 deletions

View File

@@ -18,7 +18,7 @@ Note that all of these commands will only be reflected in active CLI sessions on
### Installing an extension
You can install an extension using `gemini extensions install` with either a GitHub URL source or `--path=some/local/path`.
You can install an extension using `gemini extensions install` with either a GitHub URL or a local path`.
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.