aboutsummarylogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5df1563c4f72..efb45e7e770d 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,15 @@ Losing uptime after reboots due to kernel update?
Do not worry, backups are automatically cleaned.
## Installation
+[AUR link](https://aur.archlinux.org/packages/kernel-modules-hook/)
```bash
+$ %your_aur_helper% -S kernel-modules-hook
+
+# Or from git:
+
$ git clone https://github.com/saber-nyan/kernel-modules-hook.git kmh
$ cd kmh
$ makepkg -sci
$ sudo systemctl daemon-reload
$ sudo systemctl enable linux-modules-cleanup
-
-# DONE!
```