diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-06-06 20:26:57 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2022-06-06 20:27:16 +0200 |
commit | 3eac06e1c227da8efd00800f1d4d40b2d371fdff (patch) | |
tree | 52284aa64993d27f29bbf2ee057abd7e67065e46 /README.md | |
parent | Translated using Weblate (Finnish) (diff) | |
download | nheko-3eac06e1c227da8efd00800f1d4d40b2d371fdff.tar.xz |
Mention gnome-keyring useflag on Gentoo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md index 515afca4..5bfbc550 100644 --- a/README.md +++ b/README.md @@ -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 |