diff --git a/README.md b/README.md index 9f52b81..9af0e44 100644 --- a/README.md +++ b/README.md @@ -166,46 +166,24 @@ claude
Codex -**1. Clone the Repo:** +**1. Install marketplace:** ```bash -git clone --branch 0.1.0 git@github.com:gemini-cli-extensions/dataproc.git +codex plugin marketplace add GoogleCloudPlatform/data-agent-kit ``` **2. Install the plugin:** ```bash -mkdir -p ~/.codex/plugins -cp -R /absolute/path/to/dataproc ~/.codex/plugins/dataproc +codex plugin install dataproc@data-agent-kit ``` **3. Set env vars:** Enter your environment vars as described in the [configuration section](#configuration). -**4. Create or update marketplace.json:** -`~/.agents/plugins/marketplace.json` - -```json -{ - "name": "my-data-cloud-google-marketplace", - "interface": { - "displayName": "Google Data Cloud Skills" - }, - "plugins": [ - { - "name": "dataproc", - "source": { - "source": "local", - "path": "./plugins/dataproc" - }, - "policy": { - "installation": "AVAILABLE", - "authentication": "ON_INSTALL" - }, - "category": "Data & Analytics" - } - ] -} +**4. (Optional) Update the marketplace:** +```sh +codex plugin marketplace upgrade data-agent-kit ```