summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1aedbe0..ff8cd32 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
[![GitHub Release](https://img.shields.io/github/v/release/Dilluti0n/DPIBreak)](https://github.com/Dilluti0n/DPIBreak/releases)
+[![AUR version](https://img.shields.io/aur/version/dpibreak)](https://aur.archlinux.org/packages/dpibreak)
[![Gentoo GURU](https://img.shields.io/badge/Gentoo-GURU-purple.svg)](https://gitweb.gentoo.org/repo/proj/guru.git/tree/net-misc/dpibreak)
[![Crates.io](https://img.shields.io/crates/v/dpibreak)](https://crates.io/crates/dpibreak)
-[![License: GPLv3](https://img.shields.io/badge/License-GPLv3-blue.svg)](./COPYING)
# <img src="./res/icon_origin.png" alt="" width=32> DPIBreak
@@ -118,6 +118,18 @@ curl -fsSL https://raw.githubusercontent.com/dilluti0n/dpibreak/master/install.s
sudo make uninstall
```
+### Arch Linux (AUR)
+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).
+```bash
+yay -S dpibreak
+
+# Or manually
+git clone https://aur.archlinux.org/dpibreak.git
+cd dpibreak && makepkg -si
+```
+
### Gentoo
Available in the [GURU](https://wiki.gentoo.org/wiki/Project:GURU)
repository.