From 7ac672dd7db938f4e7ff2e30d6a6dd78d1a63f10 Mon Sep 17 00:00:00 2001 From: Francesco Palmarini Date: Tue, 22 Jan 2019 12:07:32 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8b6c125..e696948 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,15 @@ git clone https://github.com/erpalma/lenovo-throttling-fix.git sudo ./lenovo-throttling-fix/install.sh ``` +### Gentoo +An overlay is [available](https://github.com/erpalma/throttled-overlay). +``` +layman -o https://github.com/erpalma/throttled-overlay/raw/master/repositories.xml -f -a throttled +sudo emerge -av sys-power/throttled +systemctl enable throttled.service +systemctl start throttled.service +``` + ### Uninstall To permanently stop and disable the execution just issue: ```