Skip to content

Commit

Permalink
README: clarify that gpg-agent is required
Browse files Browse the repository at this point in the history
  • Loading branch information
maximbaz committed Apr 15, 2019
1 parent a1e5d1c commit baedcbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,9 @@ First make sure `gpg` and some `pinentry` are installed.
- on macOS many people succeeded with `pinentry-mac`
- on Windows WSL people succeded with [pinentry-wsl-ps1](https://github.com/diablodale/pinentry-wsl-ps1)

Make sure your pinentry program is configured in `~/.gnupg/gpg-agent.conf`:
Then ensure that `gpg-agent` process is actually running, if not you need to investigate how to enable it.

Finally configure a GUI pinentry program in `~/.gnupg/gpg-agent.conf`:

```
pinentry-program /full/path/to/pinentry
Expand Down

0 comments on commit baedcbc

Please sign in to comment.