From d17b95b4160180291add0bda16e9287b82621ca3 Mon Sep 17 00:00:00 2001 From: Jonathan Lestrelin Date: Wed, 12 Apr 2017 06:00:37 +0200 Subject: [PATCH] Mention AUR availability in README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 7bdbee1..3ed46a3 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ Names of passwords will show up in GNOME Shell searches, choosing one will copy # Installation ## Packages +### Arch Linux +Install `gnome-pass-search-provider-git` from the AUR. + +### Others *TODO* ## Manual @@ -28,6 +32,8 @@ If you need to you can change the installation paths to suit your system: sudo SYSCONFDIR=/etc DATADIR=/usr/share LIBDIR=/usr/lib LIBEXECDIR=/usr/lib ./install.sh ``` +# Post-installation + Recommended : set gpg agent to use pinentry-gnome3 by adding `pinentry-program /usr/bin/pinentry-gnome3` to `~/.gnupg/.gpg-agent.conf`. Close and reopen your GNOME session or (if not on Wayland) just restart the Shell (alt + f2, r).