From d11c3328cc1f396e6e66cfbb227739610b556eae Mon Sep 17 00:00:00 2001 From: alphali <5236230+alphali@users.noreply.github.com> Date: Wed, 12 Aug 2026 23:47:55 +0800 Subject: [PATCH] Use HTTPS for Claude marketplace install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e37f54f..50cc3f2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Install only the plugin needed for the desired workflow, then start a new task. ### Claude Code ```bash -claude plugin marketplace add getdoable/doable-agent-plugins +claude plugin marketplace add https://github.com/getdoable/doable-agent-plugins.git claude plugin install doable-code-context@doable --scope user ```