From 3a0afcb4649921854ac2419f975b19fb9c2f0c0a Mon Sep 17 00:00:00 2001 From: quintonwall Date: Fri, 24 Jul 2026 09:17:16 -0700 Subject: [PATCH] Update install instructions to prefer claude plugin install Co-Authored-By: Claude --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3aab1da..3b869d0 100644 --- a/README.md +++ b/README.md @@ -13,24 +13,27 @@ The Postman Plugin provides a single, simple install for Claude Code. It provide ## Installation -Clone the repo and load it as a local plugin: +Install directly from GitHub: ```bash -git clone https://github.com/Postman-Devrel/postman-claude-code-plugin.git +claude plugin install github:Postman-Devrel/postman-claude-code-plugin ``` -Then start Claude Code with the plugin loaded: +
+Alternative: load from a local clone ```bash +git clone https://github.com/Postman-Devrel/postman-claude-code-plugin.git cd your-api-project/ claude --plugin-dir /path/to/postman-claude-code-plugin ``` +
## Quick Start -1. Start Claude Code with the plugin: +1. Start Claude Code: ```bash -claude --plugin-dir /path/to/postman-claude-code-plugin +claude ``` 2. Run setup: