Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
<details>
<summary>Alternative: load from a local clone</summary>

```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
```
</details>

## 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:
Expand Down
Loading