diff options
author | Sávio Carlos Martins Costa | 2018-07-15 18:27:23 -0300 |
---|---|---|
committer | Sávio Carlos Martins Costa | 2018-07-15 18:27:23 -0300 |
commit | 08746c5197393e4372c95a9049eeebaa78dfbc0b (patch) | |
tree | 89dfc50b00a89e77ea0eab5a77431b4ce022b430 | |
parent | b977cad4413c429c3b0614eefe0a58a32021cee9 (diff) | |
download | aur-wakeup-triggers.tar.gz |
Add the info that there is a package available in AUR
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md index d175c93ddb5f..d0ad1e3d4489 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,9 @@ sudo systemctl enable wakeup-triggers.service ``` The script should now run on next boot + +It is also available in the Arch Linux User Repository (AUR) under https://aur.archlinux.org/packages/wakeup-triggers + +You can install it with [yay](https://github.com/Jguer/yay): `yay -S wakeup-triggers` + +or with any other [AUR helper](https://wiki.archlinux.org/index.php/AUR_Helpers) of your choice. |