From b8eea69a100c80b3b0466a15a484d26e67b71f63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luka=20Kladari=C4=87?= Date: Mon, 9 Feb 2026 12:15:54 +0100 Subject: [PATCH] fix plugin marketplace setup instructions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit the provided command fails with ``` ❌1 ❯ claude plugin marketplace add github:rand/rlm-claude-code ✘ Invalid marketplace source format. Try: owner/repo, https://..., or ./path ❌1 ❯ ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c83da53..aed8e6b 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ uv run pytest tests/ -v ```bash # Add the marketplace (one-time setup) -claude plugin marketplace add github:rand/rlm-claude-code +claude plugin marketplace add [github:rand/rlm-claude-code](https://github.com/rand/rlm-claude-code) # Install the plugin claude plugin install rlm-claude-code@rlm-claude-code