summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index bd757a6..48b8f19 100644
--- a/README.md
+++ b/README.md
@@ -122,10 +122,20 @@ sudo make uninstall
Available in the AUR as
[`dpibreak`](https://aur.archlinux.org/packages/dpibreak) (stable) and
[`dpibreak-git`](https://aur.archlinux.org/packages/dpibreak-git) (latest commit).
+
+#### Using an AUR helper (e.g., [yay](https://github.com/Jguer/yay)):
+If `yay` is not installed, set it up first:
+```bash
+sudo pacman -S --needed base-devel git
+git clone https://aur.archlinux.org/yay.git
+cd yay && makepkg -si
+```
+Then install `dpibreak`:
```bash
yay -S dpibreak
-
-# Or manually
+```
+#### Manual
+```bash
git clone https://aur.archlinux.org/dpibreak.git
cd dpibreak && makepkg -si
```