From bc51c092ef4aa40a259315101a86f087d137ba0d Mon Sep 17 00:00:00 2001 From: Michael Hohlios Date: Wed, 5 Aug 2026 14:36:07 -0400 Subject: [PATCH] README: full clone URL for marketplace add; shorthand is rejected Signed-off-by: Michael Hohlios (cherry picked from commit 438f0334ed0ecef224c7ffd6300f1398d48c3935) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c65f4db..d222dcc 100644 --- a/README.md +++ b/README.md @@ -59,10 +59,14 @@ positives are the metric we care about most. ## Install -In Claude Code: +In Claude Code, run these as two separate commands (use the full clone +URL — `owner/repo` shorthand is not accepted): + +```text +/plugin marketplace add https://github.com/Vyttle-LLC/reviso.git +``` ```text -/plugin marketplace add Vyttle-LLC/reviso /plugin install reviso@reviso ```