Add npm install option to website
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user