aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaber-nyan2017-12-24 14:20:37 +0300
committersaber-nyan2017-12-24 14:20:37 +0300
commita43cd6bca2bbe65440f544e5f08d53b96c870903 (patch)
tree5db2861b9c37615c8e83b9edba353075ea9192cc
parent8d5e1d4aed28ca26f6352e63ffefcd6b2026b190 (diff)
downloadaur-a43cd6bca2bbe65440f544e5f08d53b96c870903.tar.gz
Updated 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!
```