diff options
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ You can now use any interface for password and confirmation prompts (`dmenu`, `r 1. Clone the repo to anywhere on your machine (you should maintain a fork in case you want to configure the default behavior) 2. Run `chmod +x ./anypinentry` inside the cloned directory 3. Edit the script file if you want to configure it. -4. Edit `~/.gnuph/gpg-agent.conf` (or create it) and add the line `pinentry-program /<path-to-this-repo>/anypinentry` +4. Edit `~/.gnuph/gpg-agent.conf` (or create it) and add the line `pinentry-program /<path-to-your-clone>/anypinentry` 5. Run `gpg-agent reload` to reload the config or logout and log back in 6. Gpg should now be using your prefered program for pinentry |
