Bladeren bron

Merge pull request #129 from thomwiggers/now_in_arch_community_repo

Throttled is now in the Arch Community repository
Francesco Palmarini 5 jaren geleden
bovenliggende
commit
f68bfd2a02
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  1. 2 2
      README.md

+ 2 - 2
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.