Promote native installer in website docs

This commit is contained in:
Advait Paliwal
2026-03-24 12:06:42 -07:00
parent 1c90128605
commit ee9eb3a053
2 changed files with 22 additions and 7 deletions

View File

@@ -7,13 +7,13 @@ order: 1
## Requirements
- Node.js 20 or later
- npm 9 or later
- macOS, Linux, or WSL
- `curl` or `wget`
## Install
## Recommended install
```bash
npm install -g @companion-ai/feynman
curl -fsSL https://raw.githubusercontent.com/getcompanion-ai/feynman/main/scripts/install/install.sh | bash
```
## Verify
@@ -22,6 +22,20 @@ npm install -g @companion-ai/feynman
feynman --version
```
## Windows PowerShell
```powershell
irm https://raw.githubusercontent.com/getcompanion-ai/feynman/main/scripts/install/install.ps1 | iex
```
## npm fallback
If you already manage Node yourself:
```bash
npm install -g @companion-ai/feynman
```
## Local Development
For contributing or local development: