From 433c48b93d844a8459528e5955f9ae5d72a75c61 Mon Sep 17 00:00:00 2001 From: Infosec Gurung <72032538+InfosecGurung@users.noreply.github.com> Date: Mon, 31 May 2021 22:17:23 +0530 Subject: [PATCH] Fixed typo for "auto-cpufeq" (#198) The word has been corrected to "auto-cpufreq" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1294a80..57802bf 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ In case you encounter any problems with `auto-cpufreq-installer`, please [submit [AUR package is available](https://aur.archlinux.org/packages/auto-cpufreq-git/) for install. After which `auto-cpufreq` will be available as a binary and you can refer to [auto-cpufreq modes and options](https://github.com/AdnanHodzic/auto-cpufreq#auto-cpufreq-modes-and-options). -**Please note:** If you want to install auto-cpufreq daemon, do not run `auto-cpufeq --install` otherwise you'll run into an issue: [#91](https://github.com/AdnanHodzic/auto-cpufreq/issues/91), [#96](https://github.com/AdnanHodzic/auto-cpufreq/issues/96). +**Please note:** If you want to install auto-cpufreq daemon, do not run `auto-cpufreq --install` otherwise you'll run into an issue: [#91](https://github.com/AdnanHodzic/auto-cpufreq/issues/91), [#96](https://github.com/AdnanHodzic/auto-cpufreq/issues/96). Instead run `systemctl start auto-cpufreq` to start the service. Run `systemctl status auto-cpufreq` to see the status of service, and `systemctl enable auto-cpufreq` for service to persist running accross reboots.