Add npm install option to website

This commit is contained in:
Advait Paliwal
2026-04-15 12:13:48 -07:00
parent 8fc7c0488c
commit fa259f5cea
2 changed files with 29 additions and 14 deletions

View File

@@ -45,6 +45,7 @@ const terminalCommands = [
const installCommands = [
{ label: "curl", command: "curl -fsSL https://feynman.is/install | bash" },
{ label: "npm", command: "npm install -g @companion-ai/feynman" },
]
---
@@ -102,6 +103,10 @@ const installCommands = [
</a>
</div>
<p class="text-sm text-muted-foreground">
Use curl for the bundled runtime, or npm if you already manage Node locally.
</p>
<p class="text-sm text-muted-foreground">
Need just the skills? <a href="/docs/getting-started/installation" class="text-primary hover:underline">Install the skills-only bundle</a>.
</p>