Skip to content
Draft
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,21 +154,21 @@ _(Tip: Run `/plugin list` inside Claude Code to verify the plugin is active, or
**1. Install marketplace:**

```bash
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
codex plugin marketplace add GoogleCloudPlatform/data-cloud-plugins
```

**2. Install the plugin:**

```bash
codex plugin add spanner@data-agent-kit
codex plugin add spanner@data-cloud-plugins
```

**3. Set env vars:**
Enter your environment vars as described in the [configuration section](#configuration).

**4. (Optional) Update the marketplace:**
```sh
codex plugin marketplace upgrade data-agent-kit
codex plugin marketplace upgrade data-cloud-plugins
```

</details>
Expand Down
Loading