diff options
author | DeepBlueV7.X <nicolas.werner@hotmail.de> | 2024-03-11 00:03:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-11 00:03:53 +0000 |
commit | 82631619b93b0baeccaae15a28c92b8da1346a77 (patch) | |
tree | 1e1c2768b8c9da580dc41544d56156f14a733dc0 | |
parent | Work around the duplicate right click menus on KDE (diff) | |
parent | Update README.md to reflect the keyring use flag for qtkeychain on Gentoo (diff) | |
download | nheko-82631619b93b0baeccaae15a28c92b8da1346a77.tar.xz |
Merge pull request #1692 from jjdredd/patch-1
Update README.md to reflect the keyring use flag for qtkeychain
-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 |