Skip to content

Commit 7c4f73a

Browse files
committed
docs: update developer docs to link local extension without installing
1 parent 6cb020d commit 7c4f73a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DEVELOPER.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,16 +38,16 @@ 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 .
45+
gemini extensions link .
4646
gemini extensions link .
4747
```
48-
The CLI will prompt you to confirm the installation. Accept it to proceed.
48+
The CLI will prompt you to confirm the linking. Accept it to proceed.
4949

50-
4. **Testing Changes:** After installation, start the Gemini CLI (`gemini`).
50+
4. **Testing Changes:** After linking, start the Gemini CLI (`gemini`).
5151
You can now interact with the `sql-server` tools to manually test your changes
5252
against your connected database.
5353

0 commit comments

Comments
 (0)