diff --git a/README.md b/README.md index 478116d..934f265 100644 --- a/README.md +++ b/README.md @@ -16,15 +16,22 @@ VGV AI Flutter Plugin is a collection of contextual best-practices skills that C One-line install from your terminal: ```bash -claude plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace && claude plugin install vgv-ai-flutter-plugin@very-good-claude-code-marketplace +claude plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace && claude plugin install vgv-ai-flutter-plugin ``` -Or inside an active Claude Code session: +Or inside an active Claude Code session, run these as **two separate commands** (the second only after the first completes): -```bash -/plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace -/plugin install vgv-ai-flutter-plugin@very-good-claude-code-marketplace -``` +1. Add the marketplace: + + ```text + /plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace + ``` + +2. Install the plugin: + + ```text + /plugin install vgv-ai-flutter-plugin + ``` For more details, see the [Very Good Claude Marketplace][marketplace_link].