From 7d13bfda7e741ca5b1e952b2c3a7e20f5358856d Mon Sep 17 00:00:00 2001 From: Francesco Palmarini Date: Mon, 2 Apr 2018 21:58:13 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88fa83b..af83fc3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The python module `python-periphery` is used for accessing the MCHBAR register b ## Installation ``` git clone https://github.com/erpalma/lenovo-throttling-fix.git -sudo pip install python-periphery +sudo -H pip install python-periphery sudo make install sudo systemctl enable lenovo_fix.service sudo systemctl start lenovo_fix.service