mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-28 04:29:42 +00:00
docs: add pacman installation option for Arch Linux alongside AUR (#13293)
This commit is contained in:
parent
b8848cfae1
commit
88e2eb5416
35 changed files with 71 additions and 36 deletions
|
|
@ -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 # 어떤 OS든
|
||||
nix run nixpkgs#opencode # 또는 github:anomalyco/opencode 로 최신 dev 브랜치
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue