Update README: install via official plugin marketplace#15
Open
christosgkoros wants to merge 1 commit into
Open
Update README: install via official plugin marketplace#15christosgkoros wants to merge 1 commit into
christosgkoros wants to merge 1 commit into
Conversation
- Make `/plugin install postman@claude-plugins-official` (and the `claude plugin install` CLI form) the primary install path - Move the git clone + --plugin-dir flow into a collapsed "from source" section - Simplify Quick Start step 1 now that the plugin loads automatically - Update the requirement to Claude Code with plugin-marketplace support Co-Authored-By: Claude <noreply@anthropic.com>
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.
Updates the README's install instructions to guide users to Anthropic's official plugin marketplace instead of cloning +
--plugin-dir.Why
The plugin is published in the
claude-plugins-officialmarketplace (verified: entrypostman, sourced from this repo). The README still told users to clone the repo and load it locally, which is now the fallback path, not the recommended one.Changes
/plugin install postman@claude-plugins-officialclaude plugin install postman@claude-plugins-officialgit clone+--plugin-dirflow into a collapsed Install from source section for local developmentVerified locally:
markdownlintpasses onREADME.md; structure check passes (ignoring the untrackedAGENTS.md, which isn't part of this PR).Generated with Claude Code