diff options
| author | G36maid <[email protected]> | 2026-02-13 23:07:48 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-02-13 09:07:48 -0600 |
| commit | 88e2eb5416043378f96720db83920f28e0250245 (patch) | |
| tree | 0d7d3368a042fb79d5eee9ae06fd7f8ff6f3c477 /README.zh.md | |
| parent | b8848cfae1012556f029b3b7c7317e4a27a30dfe (diff) | |
| download | opencode-88e2eb5416043378f96720db83920f28e0250245.tar.gz opencode-88e2eb5416043378f96720db83920f28e0250245.zip | |
docs: add pacman installation option for Arch Linux alongside AUR (#13293)
Diffstat (limited to 'README.zh.md')
| -rw-r--r-- | README.zh.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.zh.md b/README.zh.md index 6970fe34e..b2f288f5b 100644 --- a/README.zh.md +++ b/README.zh.md @@ -50,7 +50,8 @@ scoop install opencode # Windows choco install opencode # Windows brew install anomalyco/tap/opencode # macOS 和 Linux(推荐,始终保持最新) brew install opencode # macOS 和 Linux(官方 brew formula,更新频率较低) -paru -S opencode-bin # Arch Linux +sudo pacman -S opencode # Arch Linux (Stable) +paru -S opencode-bin # Arch Linux (Latest from AUR) mise use -g opencode # 任意系统 nix run nixpkgs#opencode # 或用 github:anomalyco/opencode 获取最新 dev 分支 ``` |
