Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
# The `chmod` command is not required on Windows.
```

3. **Install the Extension Locally:** Use the Gemini CLI to install the
3. **Link the Extension Locally:** Use the Gemini CLI to link the
extension from your local directory.

```bash
gemini extensions link .
```
The CLI will prompt you to confirm the installation. Accept it to proceed.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the other changes in this section replacing 'install' with 'link', please update 'installation' to 'linking' here as well.

Suggested change
The CLI will prompt you to confirm the installation. Accept it to proceed.
The CLI will prompt you to confirm the linking. Accept it to proceed.


4. **Testing Changes:** After installation, start the Gemini CLI (`gemini`).
4. **Testing Changes:** After linking, start the Gemini CLI (`gemini`).
You can now interact with the `alloydb` tools to manually test your changes
against your connected database.

Expand Down
Loading