summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorG36maid <[email protected]>2026-02-13 23:07:48 +0800
committerGitHub <[email protected]>2026-02-13 09:07:48 -0600
commit88e2eb5416043378f96720db83920f28e0250245 (patch)
tree0d7d3368a042fb79d5eee9ae06fd7f8ff6f3c477 /README.md
parentb8848cfae1012556f029b3b7c7317e4a27a30dfe (diff)
downloadopencode-88e2eb5416043378f96720db83920f28e0250245.tar.gz
opencode-88e2eb5416043378f96720db83920f28e0250245.zip
docs: add pacman installation option for Arch Linux alongside AUR (#13293)
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2cd1e2aa0..bd01fc94e 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,8 @@ scoop install opencode # Windows
choco install opencode # Windows
brew install anomalyco/tap/opencode # macOS and Linux (recommended, always up to date)
brew install opencode # macOS and Linux (official brew formula, updated less)
-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 # Any OS
nix run nixpkgs#opencode # or github:anomalyco/opencode for latest dev branch
```