summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-06-06 20:26:57 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-06-06 20:27:16 +0200
commit3eac06e1c227da8efd00800f1d4d40b2d371fdff (patch)
tree52284aa64993d27f29bbf2ee057abd7e67065e46 /README.md
parent915aabf1938a499a7188b0172fc82ddc310fa30a (diff)
Mention gnome-keyring useflag on Gentoo
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
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