Skip to content

Commit 65782a6

Browse files
authored
docs: update developer docs to link local extension without installing (#95)
1 parent a499de5 commit 65782a6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

DEVELOPER.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,15 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th
3838
```
3939
Adjust the URL for your operating system (`linux/amd64`, `darwin/arm64`, `windows/amd64`).
4040

41-
3. **Install the Extension Locally:** Use the Gemini CLI to install the
41+
3. **Link the Extension Locally:** Use the Gemini CLI to install the
4242
extension from your local directory.
4343

4444
```bash
45-
gemini extensions install .
4645
gemini extensions link .
4746
```
48-
The CLI will prompt you to confirm the installation. Accept it to proceed.
47+
The CLI will prompt you to confirm the linking. Accept it to proceed.
4948

50-
4. **Testing Changes:** After installation, start the Gemini CLI (`gemini`).
49+
4. **Testing Changes:** After linking, start the Gemini CLI (`gemini`).
5150
You can now interact with the `cloud-sql-sqlserver` tools to manually test your changes
5251
against your connected database.
5352

0 commit comments

Comments
 (0)