瀏覽代碼

Merge pull request #151 from mkogan1/master

Update README.md Fedora installation section
Francesco Palmarini 5 年之前
父節點
當前提交
b49d1b39d4
共有 1 個文件被更改,包括 3 次插入4 次删除
  1. 3 4
      README.md

+ 3 - 4
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.