File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ Download the latest release and run the installation command for your assistant:
1212
1313** Linux/macOS:**
1414
15+ ``` bash
16+ curl -sSL https://docs.pinecone.io/install-agent-reference | sh
17+ ```
18+
19+ Alternatively, run the commands directly:
20+
1521``` bash
1622curl -L -o agents.zip https://github.com/pinecone-io/pinecone-agents-ref/releases/latest/download/agents.zip
1723unzip agents.zip && rm agents.zip
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ set -e
3+ curl -L -o agents.zip https://github.com/pinecone-io/pinecone-agents-ref/releases/latest/download/agents.zip
4+ unzip agents.zip && rm agents.zip
5+ touch AGENTS.md && cat AGENTS-pinecone-snippet.md >> AGENTS.md && rm AGENTS-pinecone-snippet.md
You can’t perform that action at this time.
0 commit comments