docs: Fix broken Extension example (#8403)

Co-authored-by: anthony bushong <agmsb@users.noreply.github.com>
Co-authored-by: Arya Gummadi <aryagummadi@google.com>
This commit is contained in:
Michael Vorburger
2025-09-19 23:44:07 +02:00
committed by GitHub
parent c8ad831039
commit f028913b0e

View File

@@ -65,7 +65,7 @@ We offer several example extensions `context`, `custom-commands`, `exclude-tools
To copy one of these examples into a development directory using the type of your choosing, run: To copy one of these examples into a development directory using the type of your choosing, run:
``` ```
gemini extensions new --path=path/to/directory --type=custom-commands gemini extensions new path/to/directory custom-commands
``` ```
### Link a local extension ### Link a local extension