From 9cdc36406e0d252803be0096c1c98cca124acc16 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Wed, 3 Oct 2018 06:47:35 +0200 Subject: [PATCH] Fix installation instructions for Fedora --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10aad8a..d18c511 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ sudo systemctl mask thermald.service ``` dnf install python3-cairo-devel cairo-gobject-devel gobject-introspection-devel dbus-glib-devel python-virtualenv python3-devel git clone https://github.com/erpalma/lenovo-throttling-fix.git -sudo ./install.sh +sudo ./lenovo-throttling-fix/install.sh ``` Feedback about Fedora installation is welcome.