From a9d4af1532224c49ac310b01c1e5857701502602 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 29 Jun 2018 13:14:19 +0800 Subject: [PATCH] Add installation notes for Arch Linux I have prepared an AUR package for Arch. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e24eda5..a4fbfa2 100644 --- a/README.md +++ b/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