Skip to content

Commit 662d2b2

Browse files
committed
docs: update brew formula stuff to recommend our tap
1 parent 75960ae commit 662d2b2

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ curl -fsSL https://opencode.ai/install | bash
2828
npm i -g opencode-ai@latest # or bun/pnpm/yarn
2929
scoop bucket add extras; scoop install extras/opencode # Windows
3030
choco install opencode # Windows
31-
brew install opencode # macOS and Linux
31+
brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date)
32+
brew install opencode # macOS and Linux (official brew formula, updated less frequently)
3233
paru -S opencode-bin # Arch Linux
3334
mise use -g opencode # Any OS
3435
nix run nixpkgs#opencode # or github:anomalyco/opencode for latest dev branch

README.zh-CN.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ curl -fsSL https://opencode.ai/install | bash
2828
npm i -g opencode-ai@latest # 也可使用 bun/pnpm/yarn
2929
scoop bucket add extras; scoop install extras/opencode # Windows
3030
choco install opencode # Windows
31-
brew install opencode # macOS 和 Linux
31+
brew install anomalyco/tap/opencode # macOS 和 Linux(推荐,始终保持最新)
32+
brew install opencode # macOS 和 Linux(官方 brew formula,更新频率较低)
3233
paru -S opencode-bin # Arch Linux
3334
mise use -g opencode # 任意系统
3435
nix run nixpkgs#opencode # 或用 github:anomalyco/opencode 获取最新 dev 分支

README.zh-TW.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ curl -fsSL https://opencode.ai/install | bash
2828
npm i -g opencode-ai@latest # 也可使用 bun/pnpm/yarn
2929
scoop bucket add extras; scoop install extras/opencode # Windows
3030
choco install opencode # Windows
31-
brew install opencode # macOS 與 Linux
31+
brew install anomalyco/tap/opencode # macOS 與 Linux(推薦,始終保持最新)
32+
brew install opencode # macOS 與 Linux(官方 brew formula,更新頻率較低)
3233
paru -S opencode-bin # Arch Linux
3334
mise use -g github:anomalyco/opencode # 任何作業系統
3435
nix run nixpkgs#opencode # 或使用 github:anomalyco/opencode 以取得最新開發分支

packages/web/src/content/docs/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,11 @@ You can also install it with the following commands:
7676
- **Using Homebrew on macOS and Linux**
7777

7878
```bash
79-
brew install opencode
79+
brew install anomalyco/tap/opencode
8080
```
8181

82+
> We recommend using the OpenCode tap for the most up to date releases. The official `brew install opencode` formula is maintained by the Homebrew team and is updated less frequently.
83+
8284
- **Using Paru on Arch Linux**
8385

8486
```bash

0 commit comments

Comments
 (0)