From 68927d94f99552ed4b6de15e7807db27b81ccbad Mon Sep 17 00:00:00 2001 From: Twisha Bansal Date: Tue, 16 Jun 2026 22:02:08 +0530 Subject: [PATCH] docs: use claude official marketplace for installation Replace the manual '/plugin marketplace add' + install steps with a single '/plugin install dataproc@claude-plugins-official' step, matching the approach used in cloud-sql-postgresql. --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 0d54b04..9e68511 100644 --- a/README.md +++ b/README.md @@ -155,16 +155,10 @@ In your terminal, set your environment vars as described in the [configuration s claude ``` -**3. Add the marketplace:** +**3. Install the plugin:** ```bash -/plugin marketplace add https://github.com/gemini-cli-extensions/dataproc.git#0.1.0 -``` - -**4. Install the plugin:** - -```bash -/plugin install dataproc@dataproc-marketplace +/plugin install dataproc@claude-plugins-official ```