From 3bb157bac8967759c742a3e21cde0e430da06899 Mon Sep 17 00:00:00 2001 From: Sebastian Palencsar Date: Mon, 25 May 2026 14:19:50 +0200 Subject: [PATCH] Docs: Update README with AUR installation instructions --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 689f7f3..270eff7 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,14 @@ Screenshots: KDE Plasma on Linux. Two sensible paths right now: -### Option A: Arch Linux +### Option A: Arch Linux (AUR) -Use the included `PKGBUILD`: +BearWave is officially available in the Arch User Repository as `bearwave-git`. You can easily install it using an AUR helper like `yay` or `paru`: ```bash -makepkg -si +yay -S bearwave-git ``` +*(Alternatively, you can build from the included `PKGBUILD` locally by running `makepkg -si`)* ### Option B: Local source build