Skip to content

Commit 9e39900

Browse files
committed
fix: improve docs
1 parent 060602a commit 9e39900

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,17 @@ Create a new deployment for a project.
8585

8686
## 🚀 Quick Start
8787

88-
### Configuration (Works for Both Claude Desktop and Claude Code)
88+
### Easy Installation with Claude Code
89+
90+
The fastest way to install for Claude Code:
91+
92+
```bash
93+
claude mcp add --transport stdio deployhq --env [email protected] --env DEPLOYHQ_API_KEY=your-api-key --env DEPLOYHQ_ACCOUNT=your-account -- npx -y deployhq-mcp-server
94+
```
95+
96+
Replace `[email protected]`, `your-api-key`, and `your-account` with your actual DeployHQ credentials.
97+
98+
### Manual Configuration (Works for Both Claude Desktop and Claude Code)
8999

90100
The same configuration works for both clients. Copy from `docs/claude-config.json` and add your credentials.
91101

0 commit comments

Comments
 (0)