Remove unsupported Bun install references

This commit is contained in:
Advait Paliwal
2026-03-24 12:19:24 -07:00
parent 3922423ad0
commit e8ba603b11
3 changed files with 8 additions and 8 deletions

View File

@@ -3,11 +3,11 @@
The open source AI research agent
```bash
curl -fsSL https://raw.githubusercontent.com/getcompanion-ai/feynman/main/scripts/install/install.sh | bash
curl -fsSL https://feynman.is/install | bash
```
```powershell
irm https://raw.githubusercontent.com/getcompanion-ai/feynman/main/scripts/install/install.ps1 | iex
irm https://feynman.is/install.ps1 | iex
```
Or install the npm fallback:
@@ -109,4 +109,4 @@ git clone https://github.com/getcompanion-ai/feynman.git
cd feynman && npm install && npm run start
```
[Docs](https://feynman.companion.ai/docs) · [MIT License](LICENSE)
[Docs](https://feynman.is/docs) · [MIT License](LICENSE)