Remove unsupported Bun install references
This commit is contained in:
@@ -3,11 +3,11 @@
|
|||||||
The open source AI research agent
|
The open source AI research agent
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://raw.githubusercontent.com/getcompanion-ai/feynman/main/scripts/install/install.sh | bash
|
curl -fsSL https://feynman.is/install | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
```powershell
|
```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:
|
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
|
cd feynman && npm install && npm run start
|
||||||
```
|
```
|
||||||
|
|
||||||
[Docs](https://feynman.companion.ai/docs) · [MIT License](LICENSE)
|
[Docs](https://feynman.is/docs) · [MIT License](LICENSE)
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ order: 1
|
|||||||
## Recommended install
|
## Recommended install
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl -fsSL https://feynman.companion.ai/install | bash
|
curl -fsSL https://feynman.is/install | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
## Verify
|
## Verify
|
||||||
@@ -25,7 +25,7 @@ feynman --version
|
|||||||
## Windows PowerShell
|
## Windows PowerShell
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
irm https://feynman.companion.ai/install.ps1 | iex
|
irm https://feynman.is/install.ps1 | iex
|
||||||
```
|
```
|
||||||
|
|
||||||
## npm fallback
|
## npm fallback
|
||||||
|
|||||||
@@ -10,12 +10,12 @@ import AsciiLogo from '../components/AsciiLogo.astro';
|
|||||||
<h1 class="text-5xl sm:text-6xl font-bold tracking-tight mb-6" style="text-wrap: balance">The open source AI research agent</h1>
|
<h1 class="text-5xl sm:text-6xl font-bold tracking-tight mb-6" style="text-wrap: balance">The open source AI research agent</h1>
|
||||||
<p class="text-lg text-text-muted mb-10 leading-relaxed" style="text-wrap: pretty">Investigate topics, write papers, run experiments, review research, audit codebases — every output cited and source-grounded</p>
|
<p class="text-lg text-text-muted mb-10 leading-relaxed" style="text-wrap: pretty">Investigate topics, write papers, run experiments, review research, audit codebases — every output cited and source-grounded</p>
|
||||||
<div class="inline-flex items-center gap-3 bg-surface rounded-lg px-5 py-3 mb-3 font-mono text-sm">
|
<div class="inline-flex items-center gap-3 bg-surface rounded-lg px-5 py-3 mb-3 font-mono text-sm">
|
||||||
<code class="text-accent">curl -fsSL https://feynman.companion.ai/install | bash</code>
|
<code class="text-accent">curl -fsSL https://feynman.is/install | bash</code>
|
||||||
<button id="copy-btn" class="text-text-dim hover:text-accent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent rounded" aria-label="Copy install command">
|
<button id="copy-btn" class="text-text-dim hover:text-accent transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent rounded" aria-label="Copy install command">
|
||||||
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2" /><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" /></svg>
|
<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><rect x="9" y="9" width="13" height="13" rx="2" /><path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1" /></svg>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<p class="text-sm text-text-dim mb-8">Native installer recommended for macOS, Linux, and WSL. npm remains available as a fallback.</p>
|
<p class="text-sm text-text-dim mb-8">Native installer recommended for macOS, Linux, and WSL. Windows PowerShell and npm are available in the installation docs.</p>
|
||||||
<div class="flex gap-4 justify-center flex-wrap">
|
<div class="flex gap-4 justify-center flex-wrap">
|
||||||
<a href="/docs/getting-started/installation" class="px-6 py-2.5 rounded-lg bg-accent text-bg font-semibold text-sm hover:bg-accent-hover transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-bg">Get started</a>
|
<a href="/docs/getting-started/installation" class="px-6 py-2.5 rounded-lg bg-accent text-bg font-semibold text-sm hover:bg-accent-hover transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-bg">Get started</a>
|
||||||
<a href="https://github.com/getcompanion-ai/feynman" target="_blank" rel="noopener" class="px-6 py-2.5 rounded-lg border border-border text-text-muted font-semibold text-sm hover:border-text-dim hover:text-text-primary transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-bg">GitHub</a>
|
<a href="https://github.com/getcompanion-ai/feynman" target="_blank" rel="noopener" class="px-6 py-2.5 rounded-lg border border-border text-text-muted font-semibold text-sm hover:border-text-dim hover:text-text-primary transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-bg">GitHub</a>
|
||||||
@@ -151,7 +151,7 @@ import AsciiLogo from '../components/AsciiLogo.astro';
|
|||||||
|
|
||||||
<script is:inline>
|
<script is:inline>
|
||||||
document.getElementById('copy-btn').addEventListener('click', function() {
|
document.getElementById('copy-btn').addEventListener('click', function() {
|
||||||
navigator.clipboard.writeText('curl -fsSL https://feynman.companion.ai/install | bash');
|
navigator.clipboard.writeText('curl -fsSL https://feynman.is/install | bash');
|
||||||
this.innerHTML = '<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M20 6L9 17l-5-5"/></svg>';
|
this.innerHTML = '<svg class="w-4 h-4" fill="none" viewBox="0 0 24 24" stroke="currentColor" stroke-width="2"><path d="M20 6L9 17l-5-5"/></svg>';
|
||||||
var btn = this;
|
var btn = this;
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user