From 6e83d2bc9a8f2b2205d016cd3a13a65815a65866 Mon Sep 17 00:00:00 2001 From: Adnan Hodzic Date: Thu, 19 Mar 2020 22:22:40 +0100 Subject: [PATCH] public release of snap store --- README.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f2013de4..84b2dee5 100644 --- a/README.md +++ b/README.md @@ -35,19 +35,23 @@ Please note: this tool doesn't conflict and [works great in tandem with TLP](htt ## Installing auto-cpufreq -### From Snap store +### Snap store -auto-cpufreq snap package is created and is ready in [snap store](https://snapcraft.io/store). However it's still unreleased to public due to changes which first need to be [made as part of snapd 2.4.4](https://github.com/snapcore/snapd/pull/8127). +auto-cpufreq is available on [snap store](https://snapcraft.io/auto-cpufreq), or can be installed using CLI: -Hence, please stay tuned for auto-cpufreq snap package release. +``` +sudo snap install auto-cpufreq +``` + +**Please note:** once [snapd](https://snapcraft.io/docs/installing-snapd) is installed, your `snap version` version must be >= 2.4.4 for `auto-cpufreq` to fully work due to [recent snapd changes](https://github.com/snapcore/snapd/pull/8127). Currently, this version is only available on Ubuntu 20.04. -### From source code +### auto-cpufreq-installer Get source code, run installer and follow on screen instructions: ``` git clone https://github.com/AdnanHodzic/auto-cpufreq.git -cd auto-cpufreq && sudo sudo ./auto-cpufreq-installer +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).