summaryrefslogtreecommitdiffstats
path: root/FAQ.md
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2023-01-31 15:37:15 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2023-01-31 15:37:15 +0100
commit6896a067a87971e8246e7953cf070214bbdf7ae1 (patch)
tree40e0a7a55e1effa74eecc4d091554a91d83f9781 /FAQ.md
parent32aac37b1ca6bbb83a6947ef99232a04c50c1b47 (diff)
MarkDown linting
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/FAQ.md b/FAQ.md
index 8513e93a..1a9987b3 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -13,7 +13,7 @@
* Disable GNOME keyring
* Create a `~/.gnupg/gpg-agent.conf` containing:
-```
+```yaml
enable-ssh-support
write-env-file
use-standard-socket
@@ -24,7 +24,7 @@ max-cache-ttl 7200
Also, the following is useful to add to
your .bashrc if you are using Yubikey NEO on Ubuntu:
-```
+```sh
# OpenPGP applet support for YubiKey NEO
if [ ! -f /tmp/gpg-agent.env ]; then
killall gpg-agent;
@@ -49,7 +49,7 @@ fi
* Possibly you have you key only in gpg and not in gpg2
-```
+```bsh
gpg --export [ID] > public.key
gpg --export-secret-key [ID] > private.key
gpg2 --import public.key
@@ -104,7 +104,7 @@ Please install using your favorite package manager.
* On some WindowManagers, Qt doesn't know what icon set to use. A trick:
-```
+```sh
export DESKTOP_SESSION=gnome
```
@@ -112,7 +112,7 @@ export DESKTOP_SESSION=gnome
Then you'll have to install the current version via your package manager or if this is not up-to-date,
download it from <https://www.qt.io/download/> install it and run:
-```
+```sh
/PATHTOYOURQTINSTALLATION/5.5/gcc_64/bin/qmake
make
(sudo) make install