Skip to content

Commit 6981365

Browse files
authored
Update README
Claude Code setup updated order
1 parent ab3fbf4 commit 6981365

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,22 @@ Advanced reasoning and problem-solving using the `sonar-reasoning-pro` model. Pe
3838

3939
#### Option 1: Install via Plugin (Recommended)
4040

41-
The easiest way to get started with Perplexity in Claude Code:
42-
41+
The easiest way to get started with Perplexity in Claude Code, set your API key:
4342
```bash
43+
export PERPLEXITY_API_KEY="your_key_here"
44+
```
45+
Then:
46+
```bash
47+
# Open Claude Code
48+
claude
49+
4450
# Add the Perplexity marketplace
4551
/plugin marketplace add perplexityai/modelcontextprotocol
4652

4753
# Install the plugin
4854
/plugin install perplexity
4955
```
5056

51-
Then set your API key:
52-
```bash
53-
export PERPLEXITY_API_KEY="your_key_here"
54-
```
55-
5657
#### Option 2: Manual Configuration
5758

5859
Run in your terminal:

0 commit comments

Comments
 (0)