From 42265d7b1c79d983c391e0bde31e12d4304cbf71 Mon Sep 17 00:00:00 2001 From: Recolic K <bensl@microsoft.com> Date: Mon, 18 Jul 2022 14:27:23 +0800 Subject: [PATCH] adjust doc --- .gitignore | 2 ++ README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 7b8b269..71f7de0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ *.out *.gi bin/unlock_keyrings +.idea +testinput diff --git a/README.md b/README.md index 3eeb938..515cf32 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,10 @@ sudo dpkg -i libgnome-keyring-common_3.12.0-1build1_all.deb libgnome-keyring0_3. sudo pacman -S libgnome-keyring ``` +### Other Distro + +If your distribution is not providing libgnome-keyring, you can get the `.so` library from <https://archlinux.org/packages/extra/x86_64/libgnome-keyring/download>. + ## Usage > 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. -- GitLab