Skip to content

Commit

Permalink
public release of snap store
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanHodzic committed Mar 19, 2020
1 parent 2eb006a commit 6e83d2b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 6e83d2b

Please sign in to comment.