From c0de1faff083ff2512472a96915d0aacc99b8c7c Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:32:40 +0530 Subject: [PATCH] docs: update developer docs to link local extension without installing --- DEVELOPER.md | 1 - 1 file changed, 1 deletion(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index b4ba19a..5dc818a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -43,7 +43,6 @@ The core logic for this extension is handled by a pre-built `toolbox` binary. Th extension from your local directory. ```bash - gemini extensions install . gemini extensions link . ``` The CLI will prompt you to confirm the installation. Accept it to proceed.