diff options
author | jjdredd <the.guard@mail.ru> | 2024-03-09 16:28:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-09 16:28:25 -0700 |
commit | edf4a8dd927068f2f6a0de98421c2f0114247067 (patch) | |
tree | 8a56e6e87bb3e57040606d8fc1de9d08ac33e431 | |
parent | Update translations (diff) | |
download | nheko-edf4a8dd927068f2f6a0de98421c2f0114247067.tar.xz |
Update README.md to reflect the keyring use flag for qtkeychain on Gentoo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index a747295b..99e1f6e8 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ 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`. +If you are using Gnome Keyring or KeepassXC as your secrets daemon, ensure that the `keyring` useflag is enabled on `dev-libs/qtkeychain`. #### Mageia (9 and above) ```bash |