mirror of
https://github.com/google-gemini/gemini-cli
synced 2026-05-24 09:38:34 +00:00
fix(docs): remove incorrect extension install method (#11194)
This commit is contained in:
parent
a3370ac86b
commit
b8969cceff
1 changed files with 3 additions and 5 deletions
|
|
@ -15,11 +15,9 @@ if you need to ship platform specific binary files.
|
|||
|
||||
This is the most flexible and simple option. All you need to do is create a
|
||||
publicly accessible git repo (such as a public github repository) and then users
|
||||
can install your extension using `gemini extensions install <your-repo-uri>`, or
|
||||
for a GitHub repository they can use the simplified
|
||||
`gemini extensions install <org>/<repo>` format. They can optionally depend on a
|
||||
specific ref (branch/tag/commit) using the `--ref=<some-ref>` argument, this
|
||||
defaults to the default branch.
|
||||
can install your extension using `gemini extensions install <your-repo-uri>`.
|
||||
They can optionally depend on a specific ref (branch/tag/commit) using the
|
||||
`--ref=<some-ref>` argument, this defaults to the default branch.
|
||||
|
||||
Whenever commits are pushed to the ref that a user depends on, they will be
|
||||
prompted to update the extension. Note that this also allows for easy rollbacks,
|
||||
|
|
|
|||
Loading…
Reference in a new issue