summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-10 17:58:34 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-10 17:58:34 +0100
commit589a2466d3b2107028a93c81c27aede855db17ed (patch)
treea3e54416e34eaa80f131d3595a13a3e5e9103a01 /FAQ.md
parent35c03f770a6fcc81557c7a4a3f194dae1bfbceac (diff)
Updated FAQ to correct form
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/FAQ.md b/FAQ.md
index ca3c96d8..3fbdd1c4 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -31,9 +31,8 @@ fi
* More info: [issue 60](https://github.com/IJHack/qtpass/issues/60) and [issue 73](https://github.com/IJHack/qtpass/issues/73)
### I don't get a passphrase / PIN dialog
-
-You'll need to install pinentry-qt (or -qt4 or -qt5 or even -gtk) and possibly set the full path to that executable in your `~/.gnupg/gpg-agent.conf` for example: `pinentry-program /usr/bin/pinentry-qt4`
-On some esotheric systems it might be necessary to create a symbolic link `/usr/bin/pinentry` to your pinentry application of choice eg: `ln -s /usr/bin/pinentry-qt5 /usr/bin/pinentry`
+* You'll need to install pinentry-qt (or -qt4 or -qt5 or even -gtk) and possibly set the full path to that executable in your `~/.gnupg/gpg-agent.conf` for example: `pinentry-program /usr/bin/pinentry-qt4`
+* On some esotheric systems it might be necessary to create a symbolic link `/usr/bin/pinentry` to your pinentry application of choice eg: `ln -s /usr/bin/pinentry-qt5 /usr/bin/pinentry`
### Where can I ask for help?
* Create an [issue](https://github.com/IJHack/qtpass/) issues on github.