From a1bc2eeaa970f1efa1a23a654efeba3f0b5a2dbe Mon Sep 17 00:00:00 2001 From: Matan Alfasi <18633227+alfasi@users.noreply.github.com> Date: Fri, 27 Aug 2021 01:22:40 +0300 Subject: [PATCH] Add repo sync command for Gentoo distro users --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 80f1d08f..61dfdfc3 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ sudo dnf install nheko #### Gentoo Linux ```bash sudo eselect repository enable guru +sudo emaint sync -r guru sudo emerge -a nheko ```