Mention gnome-keyring useflag on Gentoo

This commit is contained in:
Nicolas Werner 2022-06-06 20:26:57 +02:00
parent 915aabf193
commit 3eac06e1c2
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 3 additions and 0 deletions

View File

@ -90,12 +90,15 @@ sudo dnf install nheko
```
#### Gentoo Linux
```bash
sudo eselect repository enable guru
sudo emaint sync -r guru
sudo emerge -a nheko
```
If you are using Gnome Keyring or KeepassXC as your secrets daemon, ensure that the `gnome-keyring` useflag is enabled on `dev-libs/qtkeychain`.
#### Nix(os)
```bash