Skip to content

Commit 043e27d

Browse files
Update command instructions for terminal usage
Clarified instructions to run commands in the terminal instead of Claude Code CLI.
1 parent 5e5e80a commit 043e27d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/installation-guides/install-claude.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ echo -e ".env\n.mcp.json" >> .gitignore
2828

2929
### Remote Server Setup (Streamable HTTP)
3030

31-
1. Run the following command in the Claude Code CLI
31+
1. Run the following command in the terminal (not in Claude Code CLI):
3232
```bash
3333
claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Authorization: Bearer YOUR_GITHUB_PAT"
3434
```
@@ -43,7 +43,7 @@ claude mcp add --transport http github https://api.githubcopilot.com/mcp -H "Aut
4343
### Local Server Setup (Docker required)
4444

4545
### With Docker
46-
1. Run the following command in the Claude Code CLI:
46+
1. Run the following command in the terminal (not in Claude Code CLI):
4747
```bash
4848
claude mcp add github -e GITHUB_PERSONAL_ACCESS_TOKEN=YOUR_GITHUB_PAT -- docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN ghcr.io/github/github-mcp-server
4949
```

0 commit comments

Comments
 (0)