diff options
| author | Akshay Nair <phenax5@gmail.com> | 2022-02-27 16:00:26 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-27 16:00:26 +0530 |
| commit | c1e2b20baeaee4664507519b61f62243a0e708ec (patch) | |
| tree | 5123ae5cdd83b881c69777f10b371da1d5dab214 /README.md | |
| parent | 54922523797407ec81642cc65b83f2b1afc100ea (diff) | |
| download | anypinentry-c1e2b20baeaee4664507519b61f62243a0e708ec.tar.gz anypinentry-c1e2b20baeaee4664507519b61f62243a0e708ec.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -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 |
