From 161768560fb22768e41d1bef99b4d7cfc87404bd Mon Sep 17 00:00:00 2001 From: Kujtim Hoxha Date: Wed, 14 May 2025 23:21:30 +0200 Subject: [PATCH] update readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e6de27b5b456d69743d454bdac361bb2bd0451b1..5b4d3a06fc1bdb3beb7a3fffcc780e95196a474b 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,16 @@ curl -fsSL https://raw.githubusercontent.com/opencode-ai/opencode/refs/heads/mai brew install opencode-ai/tap/opencode ``` +### Using AUR (Arch Linux) + +```bash +# Using yay +yay -S opencode-ai-bin + +# Using paru +paru -S opencode-ai-bin +``` + ### Using Go ```bash