Skip to content

Commit 18f3aad

Browse files
committed
docs: add AUR installation option to README
1 parent 6ea9a30 commit 18f3aad

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Works on **KDE Plasma**, **GNOME**, **XFCE**, **Cinnamon**, and other Linux desk
1919
- [Installation](#installation)
2020
- [Option 1: AppImage (Recommended)](#option-1-appimage-recommended)
2121
- [Option 2: Fedora COPR](#option-2-fedora-copr)
22-
- [Option 3: From Source](#option-3-from-source)
22+
- [Option 3: Arch Linux (AUR)](#option-3-arch-linux-aur)
23+
- [Option 4: From Source](#option-4-from-source)
2324
- [Usage](#usage)
2425
- [Command-Line Options](#command-line-options)
2526
- [Autostart](#autostart)
@@ -83,7 +84,21 @@ sudo dnf install headset-battery-indicator
8384

8485
---
8586

86-
### Option 3: From Source
87+
### Option 3: Arch Linux (AUR)
88+
89+
Install using your AUR helper of choice:
90+
91+
```bash
92+
yay -S headset-battery-indicator-git
93+
# or
94+
paru -S headset-battery-indicator-git
95+
```
96+
97+
> Community-maintained [AUR package](https://aur.archlinux.org/packages/headset-battery-indicator-git) by [@segarra99](https://github.com/segarra99).
98+
99+
---
100+
101+
### Option 4: From Source
87102

88103
1. **Install system dependencies:**
89104

0 commit comments

Comments
 (0)