From 64627f1af5c70305a9712d126230e8e10773d4c2 Mon Sep 17 00:00:00 2001 From: Mark Kogan Date: Sun, 24 Nov 2019 18:46:22 +0200 Subject: [PATCH] Update README.md Fedora installation section --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index debaadb..edb502d 100644 --- a/README.md +++ b/README.md @@ -112,11 +112,10 @@ sudo systemctl mask thermald.service ### Fedora A [copr repository](https://copr.fedorainfracloud.org/coprs/abn/throttled/) is available and can be used as detailed below. You can find the configuration installed at `/etc/throttled.conf`. The issue tracker for this packaging is available [here](https://github.com/abn/throttled-rpm/issues). ``` -dnf copr enable abn/throttled -dnf install -y throttled +sudo dnf copr enable abn/throttled +sudo dnf install -y throttled -systemctl enable throttled -systemctl start throttled +sudo systemctl enable --now throttled ``` If you prefer to install from source, you can use the following commands.