From fa3f7e06f98c1804c66f895e9d31d38cf20a3fb2 Mon Sep 17 00:00:00 2001 From: happy_shredder Date: Tue, 14 Jul 2020 11:12:05 +1000 Subject: [PATCH] Add instructions for installing on Gentoo --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 4d5812a..90def6b 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,35 @@ $ sudo systemctl enable nohang-desktop $ sudo systemctl start nohang-desktop ``` +#### To install on Gentoo and derivatives (e.g. Funtoo): + +Add the [eph kit](https://git.sr.ht/~happy_shredder/eph_kit) overlay, for example using layman or as a local repository. +Then update your repos: + +``` +$ sudo layman -S # if added via layman +$ sudo emerge --sync # local repo on Gentoo +$ sudo ego sync # local repo on Funtoo +``` + +Install: + +``` +$ sudo emerge -a nohang +``` + +Start the service: + +``` +$ sudo rc-service nohang-desktop start +``` + +Optionally add to startup: + +``` +$ sudo rc-update add nohang-desktop default +``` + #### To install the latest version on any distro: ```bash $ git clone https://github.com/hakavlad/nohang.git && cd nohang