From 416fe1437fc5a90d963d51b8276ae64d573ab210 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Sat, 15 Feb 2020 11:31:56 +0100 Subject: [PATCH] added snap store placeholder --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 1d2ddc7..4aa3869 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ Please note: this tool doesn't conflict and [works great in tandem with TLP](htt ## Installing auto-cpufreq +### From Snap store + +To be updated ... + ### From source code Get source code, run installer and follow on screen instructions: @@ -44,6 +48,8 @@ git clone https://github.com/AdnanHodzic/auto-cpufreq.git cd auto-cpufreq && sudo 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 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.