mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
Mention gnome-keyring useflag on Gentoo
This commit is contained in:
parent
915aabf193
commit
3eac06e1c2
1 changed files with 3 additions and 0 deletions
|
@ -90,12 +90,15 @@ 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 emaint sync -r guru
|
||||||
sudo emerge -a nheko
|
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)
|
#### Nix(os)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue