We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab3fbf4 commit 6981365Copy full SHA for 6981365
1 file changed
README.md
@@ -38,21 +38,22 @@ Advanced reasoning and problem-solving using the `sonar-reasoning-pro` model. Pe
38
39
#### Option 1: Install via Plugin (Recommended)
40
41
-The easiest way to get started with Perplexity in Claude Code:
42
-
+The easiest way to get started with Perplexity in Claude Code, set your API key:
43
```bash
+export PERPLEXITY_API_KEY="your_key_here"
44
+```
45
+Then:
46
+```bash
47
+# Open Claude Code
48
+claude
49
+
50
# Add the Perplexity marketplace
51
/plugin marketplace add perplexityai/modelcontextprotocol
52
53
# Install the plugin
54
/plugin install perplexity
55
```
56
-Then set your API key:
-```bash
-export PERPLEXITY_API_KEY="your_key_here"
-```
57
#### Option 2: Manual Configuration
58
59
Run in your terminal:
0 commit comments