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
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,20 @@ In your terminal, set your environment vars as described in the [configuration s
claude
```

**3. Install the plugin:**
**3. Add the marketplace:**

```bash
/plugin install cloud-sql-postgresql@claude-plugins-official
/plugin marketplace add https://github.com/gemini-cli-extensions/cloud-sql-postgresql.git#0.4.0
```

_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)
**4. Install the plugin:**

```bash
/plugin install cloud-sql-postgresql@cloud-sql-postgresql-marketplace
```

_(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or `/reload-plugins` if you just installed it.)_

</details>

<details>
Expand Down
Loading