From ad96f9634571069d8f62f8047971474da885e1f0 Mon Sep 17 00:00:00 2001 From: Dominik Simonik Date: Wed, 20 May 2026 15:37:40 +0200 Subject: [PATCH] docs: clarify in-session plugin install steps in README Split combined slash-command block into numbered steps and note the second `/plugin` command must run after the first completes, since Claude Code requires separate command invocations. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cf90a1b..58dbf6d 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,19 @@ One-line install from your terminal: claude plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace && claude plugin install vgv-wingspan ``` -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-wingspan -``` +1. Add the marketplace: + + ```text + /plugin marketplace add VeryGoodOpenSource/very_good_claude_marketplace + ``` + +2. Install the plugin: + + ```text + /plugin install vgv-wingspan + ``` ## Getting Started