fix(docs): remove incorrect extension install method (#11194)

This commit is contained in:
Pascal Birchler
2025-10-30 18:24:48 +01:00
committed by GitHub
parent a3370ac86b
commit b8969cceff
+3 -5
View File
@@ -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 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 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 can install your extension using `gemini extensions install <your-repo-uri>`.
for a GitHub repository they can use the simplified They can optionally depend on a specific ref (branch/tag/commit) using the
`gemini extensions install <org>/<repo>` format. They can optionally depend on a `--ref=<some-ref>` argument, this defaults to the default branch.
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 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, prompted to update the extension. Note that this also allows for easy rollbacks,