diff --git a/README.md b/README.md index 1cffdd2..d265d90 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/website/src/content/docs/getting-started/installation.md b/website/src/content/docs/getting-started/installation.md index f24d31d..236e9e8 100644 --- a/website/src/content/docs/getting-started/installation.md +++ b/website/src/content/docs/getting-started/installation.md @@ -13,7 +13,7 @@ order: 1 ## Recommended install ```bash -curl -fsSL https://feynman.companion.ai/install | bash +curl -fsSL https://feynman.is/install | bash ``` ## Verify @@ -25,7 +25,7 @@ feynman --version ## Windows PowerShell ```powershell -irm https://feynman.companion.ai/install.ps1 | iex +irm https://feynman.is/install.ps1 | iex ``` ## npm fallback diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index 0d5ba42..c3b666e 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -10,12 +10,12 @@ import AsciiLogo from '../components/AsciiLogo.astro';
Investigate topics, write papers, run experiments, review research, audit codebases — every output cited and source-grounded
curl -fsSL https://feynman.companion.ai/install | bash
+ curl -fsSL https://feynman.is/install | bash
Native installer recommended for macOS, Linux, and WSL. npm remains available as a fallback.
+Native installer recommended for macOS, Linux, and WSL. Windows PowerShell and npm are available in the installation docs.