From c6f0ae77cb36381ccb2bbeaff9318d02c82e0206 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Wed, 12 Aug 2020 16:56:42 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48bf88a..bf5781c 100644 --- a/README.md +++ b/README.md @@ -63,9 +63,9 @@ cd auto-cpufreq && sudo ./auto-cpufreq-installer In case you encounter any problems with `auto-cpufreq-installer`, please [submit a bug report](https://github.com/AdnanHodzic/auto-cpufreq/issues/new). -### Arch Linux +### AUR package (Arch/Manjaro Linux) -[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 skip to [auto-cpufreq: modes and options](https://github.com/AdnanHodzic/auto-cpufreq#auto-cpufreq-modes-and-options) for further reference. +[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 need to enable the systemd service, i.e: `systemctl start auto-cpufreq`, reference [#91](https://github.com/AdnanHodzic/auto-cpufreq/issues/91)). Skip to [auto-cpufreq: Install - auto-cpufreq daemon](https://github.com/AdnanHodzic/auto-cpufreq#install---auto-cpufreq-daemon) for more information. ## How to run auto-cpufreq