diff options
| author | Aiden Cline <[email protected]> | 2026-01-09 10:39:59 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2026-01-09 10:39:59 -0600 |
| commit | f3e8a275b8292609600c5634a9a9c52fa776f678 (patch) | |
| tree | d0f42fec6462e674309824a194dd79fcb6c481f2 /packages | |
| parent | 7df36cf0fab3cde893d0276bc96406c048e82494 (diff) | |
| download | opencode-f3e8a275b8292609600c5634a9a9c52fa776f678.tar.gz opencode-f3e8a275b8292609600c5634a9a9c52fa776f678.zip | |
docs: update brew formula references
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/console/app/src/routes/download/index.tsx | 4 | ||||
| -rw-r--r-- | packages/console/app/src/routes/index.tsx | 2 |
2 files changed, 3 insertions, 3 deletions
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> |
