From ff76e24b97f8391886ff99152c28ff262cb9aec4 Mon Sep 17 00:00:00 2001 From: Harm te Molder <mail@harmtemolder.com> Date: Mon, 22 Nov 2021 06:15:20 +0100 Subject: [PATCH] Add note about recursive flag Signed-off-by: Recolic Keghart <root@recolic.net> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df24dcb..9abf9b6 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ sudo pacman -S libgnome-keyring > I recommend you to **configure Yubikey as GPG smartcard**. The system would just ask you to unlock gnome-keyring with your default GPG software. You may generate a new GPG key for yubikey, or move your existing GPG key into yubikey. Refer to google for these knowledge. -First, build the project from source. +First, build the project from source. Note the `--recursive` flag, that one's important ``` git clone https://github.com/recolic/gnome-keyring-yubikey-unlock --recursive -- GitLab