Merge pull request #699 from alfasi/patch-1

Add repo sync command for Gentoo distro users
This commit is contained in:
DeepBlueV7.X 2021-08-26 22:45:56 +00:00 committed by GitHub
commit 3e2f3ac030
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,6 +77,7 @@ sudo dnf install nheko
#### Gentoo Linux #### Gentoo Linux
```bash ```bash
sudo eselect repository enable guru sudo eselect repository enable guru
sudo emaint sync -r guru
sudo emerge -a nheko sudo emerge -a nheko
``` ```