From d82c68cba538dd55b2dde7c8dc1a019473297a94 Mon Sep 17 00:00:00 2001 From: Matthias Linhuber Date: Wed, 24 Jun 2026 00:08:26 +0200 Subject: [PATCH] Update README with ponytail plugin installation steps (#272) Update Claude Code install steps. Two separate copy paste steps are required for claude to understand --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cec9a6f..704afe4 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,11 @@ The Claude Code and Codex plugins run two tiny Node.js lifecycle hooks, so `node ``` /plugin marketplace add DietrichGebert/ponytail +``` +``` /plugin install ponytail@ponytail ``` +(You have to send two separate prompts for the install to work) The desktop app has no `/plugin` command. Install it from the UI instead: Customize, the + by personal plugins, Create plugin and add marketplace, Add from repository, then enter the repo URL (thanks @NiklasDHahn, #98).