From 26fea1b00950a4955bc37e9e08a405c4d8beebb8 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Wed, 18 Dec 2024 08:26:30 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5f8848..9d786b4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ git clone https://github.com/recolic/gnome-keyring-yubikey-unlock --recursive cd gnome-keyring-yubikey-unlock/src && make && cd .. ``` -Secondly, choose an implementation: `standalone` impl only allows to unlock default keyring, and `lib` impl requires an extra library. +Secondly, choose an implementation: `standalone` impl always unlocks your default keyring, and `lib` impl requires an extra library. <details> <summary>Standalone Implementation</summary> -- GitLab