Skip to content

Fix manual installation instructions with correct CLI commands#2

Open
bstanley-pec wants to merge 1 commit intoharris21:mainfrom
bstanley-pec:fix/manual-installation-instructions
Open

Fix manual installation instructions with correct CLI commands#2
bstanley-pec wants to merge 1 commit intoharris21:mainfrom
bstanley-pec:fix/manual-installation-instructions

Conversation

@bstanley-pec
Copy link

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).

  • Replaced non-existent claude plugins add command with the updated two-step process: claude plugin marketplace add followed by claude plugin install.

Replace non-existent `claude plugins add` with the actual two-step
process: `claude plugin marketplace add` followed by `claude plugin install`.
@harris21
Copy link
Owner

Hey @bstanley-pec, thanks for catching this — you're right that claude plugins add doesn't exist, that was a mistake in the README.

The fix isn't quite right though. You don't need to clone the repo locally — claude plugin marketplace add accepts a GitHub repo directly. So the whole installation is just:

claude plugin marketplace add harris21/laravel-herd-worktree
claude plugin install laravel-herd-worktree@harrisrafto-laravel-tools

No 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants