docs: add pacman installation option for Arch Linux alongside AUR (#13293)

This commit is contained in:
G36maid
2026-02-13 23:07:48 +08:00
committed by GitHub
parent b8848cfae1
commit 88e2eb5416
35 changed files with 71 additions and 36 deletions

View File

@@ -50,7 +50,8 @@ scoop install opencode # Windows
choco install opencode # Windows
brew install anomalyco/tap/opencode # macOS og Linux (anbefalet, altid up to date)
brew install opencode # macOS og Linux (officiel brew formula, opdateres sjældnere)
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 # alle OS
nix run nixpkgs#opencode # eller github:anomalyco/opencode for nyeste dev-branch
```