summary refs log tree commit diff
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-08-26 22:45:56 +0000
committerGitHub <noreply@github.com>2021-08-26 22:45:56 +0000
commit3e2f3ac030ba240fce257b343db00c32701fff3e (patch)
tree3bce50ec6416f19fb16dbba63d2e71b7f09352d5
parentFix warning about double reference qualifier (diff)
parentAdd repo sync command for Gentoo distro users (diff)
downloadnheko-3e2f3ac030ba240fce257b343db00c32701fff3e.tar.xz
Merge pull request #699 from alfasi/patch-1
Add repo sync command for Gentoo distro users
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
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 ```