Skip to content

Commit 8fbb948

Browse files
authored
Update --update section of README.md
1 parent d47453c commit 8fbb948

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

README.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,8 @@ git clone https://github.com/AdnanHodzic/auto-cpufreq.git
102102
cd auto-cpufreq && sudo ./auto-cpufreq-installer
103103
```
104104
### Update using auto-cpufreq-installer
105-
* The feature is available from version *1.9.8*.
106105

107-
For further information: [--update](#update---auto-cpufreq-update)
106+
The feature is available from version *1.9.8*. For further information: [--update](#update---auto-cpufreq-update)
108107

109108
In case you encounter any problems with `auto-cpufreq-installer`, please [submit a bug report](https://github.com/AdnanHodzic/auto-cpufreq/issues/new).
110109

@@ -218,7 +217,7 @@ auto-cpufreq should be run with with one of the following options:
218217
- Install/remove daemon for (permanent) automatic CPU optimizations
219218

220219
* [update](#update---auto-cpufreq-update)
221-
- Update the package to the latest release
220+
- Update auto-cpufreq to the latest release
222221

223222
* [install_performance](#1-power_helperpy-script)
224223
- Install daemon in "performance" mode.
@@ -289,18 +288,9 @@ If the install has been performed as part of snap package, daemon status can be
289288

290289
### Update - auto-cpufreq update
291290

292-
Update to the [latest version](https://github.com/AdnanHodzic/auto-cpufreq/releases) of auto-cpufreq with fixes and resolved bugs.
291+
Update functionality works by cloning auto-cpufreq repo to /home directory of currently logged in user, installing it using [auto-cpufreq-installer](#auto-cpufreq-installer) and performing [auto-cpufreq daemon install](#install---auto-cpufreq-daemon) with [latest version](https://github.com/AdnanHodzic/auto-cpufreq/releases) changes.
293292

294-
Manually clone auto-cpufreq to the latest release if this mode is not available in your package follow [Installing auto-cpufreq](#installing-auto-cpufreq)
295-
296-
Update the package by running:
297-
298-
`sudo auto-cpufreq --update`
299-
300-
This does the equivalent of:
301-
* `systemctl stop auto-cpufreq && systemctl disable auto-cpufreq`
302-
* Fetching new update and install
303-
* `systemctl enable auto-cpufreq`
293+
Update the package by running: `sudo auto-cpufreq --update`
304294

305295
### Remove - auto-cpufreq daemon
306296

0 commit comments

Comments
 (0)