Fix manual installation instructions with correct CLI commands#2
Open
bstanley-pec wants to merge 1 commit intoharris21:mainfrom
Open
Fix manual installation instructions with correct CLI commands#2bstanley-pec wants to merge 1 commit intoharris21:mainfrom
bstanley-pec wants to merge 1 commit intoharris21:mainfrom
Conversation
Replace non-existent `claude plugins add` with the actual two-step process: `claude plugin marketplace add` followed by `claude plugin install`.
Owner
|
Hey @bstanley-pec, thanks for catching this — you're right that The fix isn't quite right though. You don't need to clone the repo locally — claude plugin marketplace add harris21/laravel-herd-worktree
claude plugin install laravel-herd-worktree@harrisrafto-laravel-toolsNo git clone step needed at all. If you want to update the PR, there's also a "Publishing (For Maintainers)" section near the bottom of the README that's a bit redundant now — would be great if you could consolidate both into a single clean installation section with just those two commands. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I just found your plugin and am just starting with git worktrees but the install instructions that you had did not seem to work. I updated the install instructions based on what actually worked for me using Claude Code v2.1.39 (latest as of right now).
claude plugins addcommand with the updated two-step process:claude plugin marketplace addfollowed byclaude plugin install.