From 18f33f8a082531a3cf6e339c3a6abdc26763e7b1 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sun, 8 Apr 2018 10:15:56 +0300 Subject: [PATCH] README: document PIN entry depedencies --- doc/README-PINENTRY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/README-PINENTRY.md b/doc/README-PINENTRY.md index b72f22f..87d0856 100644 --- a/doc/README-PINENTRY.md +++ b/doc/README-PINENTRY.md @@ -1,5 +1,17 @@ # Custom PIN entry +In order to use the default GPG pinentry program, install one of the following Linux packages: + +``` +$ apt install pinentry-{curses,gnome3,qt} +``` + +or (on macOS): + +``` +$ brew install pinentry-mac +``` + By default a standard GPG PIN entry program is used when entering your Trezor PIN, but it's difficult to use if you don't have a numeric keypad or want to use your mouse. You can specify a custom PIN entry program such as [trezor-gpg-pinentry-tk](https://github.com/rendaw/trezor-gpg-pinentry-tk) (and separately, a passphrase entry program) to match your workflow.