From d40f53969d49f1ffc9200fb63eb74f868e718889 Mon Sep 17 00:00:00 2001 From: Thom Wiggers Date: Tue, 30 Jul 2019 16:25:52 +0200 Subject: [PATCH] It's now in the Arch Community repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5355ede..e02e639 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,9 @@ The tool is now running with Python3 by default (tested w/ 3.6) and a virtualenv ## Installation -### Arch Linux [AUR package](https://aur.archlinux.org/packages/lenovo-throttling-fix-git/): +### Arch Linux [community package](https://www.archlinux.org/packages/community/x86_64/throttled/): ``` -yay -S lenovo-throttling-fix-git +pacman -S throttled sudo systemctl enable --now lenovo_fix.service ``` Thanks to *felixonmars* for creating and maintaining this package.