diff --git a/README.md b/README.md index 8e32ed0..87f06e1 100644 --- a/README.md +++ b/README.md @@ -123,29 +123,17 @@ _(Tip: Antigravity 2.0 automatically discovers skills in these directories at th #### Antigravity CLI -**1. Clone the Repo:** - -```bash -git clone --branch 0.2.1 https://github.com/gemini-cli-extensions/bigquery-data-analytics.git -``` - -**2. Install the skills:** +You can install plugins directly from a remote GitHub repository. -Choose a location for the skills: -- **Global (all workspaces):** `~/.gemini/antigravity-cli/skills/` -- **Workspace-specific:** `/.agents/skills/` - -Copy the skill folders from the cloned repository's `skills/` directory to your chosen location: +**1. Install the plugin:** ```bash -cp -R bigquery-data-analytics/skills/* ~/.gemini/antigravity-cli/skills/ +agy plugin install https://github.com/gemini-cli-extensions/bigquery-data-analytics ``` -**3. Set env vars:** +**2. Set env vars:** Set your environment vars as described in the [configuration section](#configuration). -_(Tip: Antigravity CLI automatically discovers skills in these directories at the start of a session. You can verify they are active by running the `/skills` command in your active session.)_ -