Explorar o código

Merge pull request #13 from felixonmars/patch-1

Add installation notes for Arch Linux
Francesco Palmarini %!s(int64=6) %!d(string=hai) anos
pai
achega
38408401a1
Modificáronse 1 ficheiros con 8 adicións e 0 borrados
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -26,6 +26,14 @@ Right now it is mandatory to **disable Secure Boot** (in BIOS) in order to avoid
 The scripts is now running with Python3 by default (tested w/ 3.6) and a virtualenv is automatically created in `/opt/lenovo_fix`. Python2 should probably still work.
 
 ## Installation
+
+### Arch Linux:
+```
+yaourt -S lenovo-throttling-fix-git
+sudo systemctl enable --now lenovo_fix.service
+```
+
+### Debian/Ubuntu:
 ```
 sudo apt install git virtualenv build-essential python3-dev libdbus-glib-1-dev libgirepository1.0-dev libcairo2-dev
 git clone https://github.com/erpalma/lenovo-throttling-fix.git