2
0
Эх сурвалжийг харах

docs: update brew formula references

Aiden Cline 3 сар өмнө
parent
commit
f3e8a275b8

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ npm i -g opencode-ai@latest        # or bun/pnpm/yarn
 scoop bucket add extras; scoop install extras/opencode  # Windows
 scoop bucket add extras; scoop install extras/opencode  # Windows
 choco install opencode             # Windows
 choco install opencode             # Windows
 brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date)
 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
 paru -S opencode-bin               # Arch Linux
 mise use -g opencode               # Any OS
 mise use -g opencode               # Any OS
 nix run nixpkgs#opencode           # or github:anomalyco/opencode for latest dev branch
 nix run nixpkgs#opencode           # or github:anomalyco/opencode for latest dev branch

+ 2 - 2
packages/console/app/src/routes/download/index.tsx

@@ -129,9 +129,9 @@ export default function Download() {
                 </code>
                 </code>
                 <CopyStatus />
                 <CopyStatus />
               </button>
               </button>
-              <button data-component="cli-row" onClick={handleCopyClick("brew install opencode")}>
+              <button data-component="cli-row" onClick={handleCopyClick("brew install anomalyco/tap/opencode")}>
                 <code>
                 <code>
-                  brew install <strong>opencode</strong>
+                  brew install <strong>anomalyco/tap/opencode</strong>
                 </code>
                 </code>
                 <CopyStatus />
                 <CopyStatus />
               </button>
               </button>

+ 1 - 1
packages/console/app/src/routes/index.tsx

@@ -140,7 +140,7 @@ export default function Home() {
                     <button data-copy data-slot="command" onClick={handleCopyClick}>
                     <button data-copy data-slot="command" onClick={handleCopyClick}>
                       <span>
                       <span>
                         <span data-slot="protocol">brew install </span>
                         <span data-slot="protocol">brew install </span>
-                        <span data-slot="highlight">opencode</span>
+                        <span data-slot="highlight">anomalyco/tap/opencode</span>
                       </span>
                       </span>
                       <CopyStatus />
                       <CopyStatus />
                     </button>
                     </button>