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: