diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | packages/console/app/src/routes/download/index.tsx | 4 | ||||
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -29,7 +29,7 @@ npm i -g opencode-ai@latest # or bun/pnpm/yarn scoop bucket add extras; scoop install extras/opencode # Windows choco install opencode # Windows brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date) -brew install opencode # macOS and Linux (official brew formula, updated less frequently) +brew install opencode # macOS and Linux (official brew formula, updated less) paru -S opencode-bin # Arch Linux mise use -g opencode # Any OS nix run nixpkgs#opencode # or github:anomalyco/opencode for latest dev branch diff --git a/packages/console/app/src/routes/download/index.tsx b/packages/console/app/src/routes/download/index.tsx index d4de97c68..47555f541 100644 --- a/packages/console/app/src/routes/download/index.tsx +++ b/packages/console/app/src/routes/download/index.tsx @@ -129,9 +129,9 @@ export default function Download() { </code> <CopyStatus /> </button> - <button data-component="cli-row" onClick={handleCopyClick("brew install opencode")}> + <button data-component="cli-row" onClick={handleCopyClick("brew install anomalyco/tap/opencode")}> <code> - brew install <strong>opencode</strong> + brew install <strong>anomalyco/tap/opencode</strong> </code> <CopyStatus /> </button> diff --git a/packages/console/app/src/routes/index.tsx b/packages/console/app/src/routes/index.tsx index 227021b89..a59a8f8db 100644 --- a/packages/console/app/src/routes/index.tsx +++ b/packages/console/app/src/routes/index.tsx @@ -140,7 +140,7 @@ export default function Home() { <button data-copy data-slot="command" onClick={handleCopyClick}> <span> <span data-slot="protocol">brew install </span> - <span data-slot="highlight">opencode</span> + <span data-slot="highlight">anomalyco/tap/opencode</span> </span> <CopyStatus /> </button> |
