aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorstraysheep-dev <84547874+straysheep-dev@users.noreply.github.com>2024-05-05 22:37:21 -0700
committerGitHub <noreply@github.com>2024-05-05 22:37:21 -0700
commitbf1eef2c0da70e5a2b40c615ef0a553d5b5209fa (patch)
tree5aaa07d647326d894a6f65735b9910464419abe7 /README.md
parentAdd networking section to README.md (diff)
parentMerge pull request #440 from manuth/fix-gnupghome-var (diff)
downloadYubiKey-Guide-bf1eef2c0da70e5a2b40c615ef0a553d5b5209fa.tar.gz
Merge branch 'drduh:master' into patch-1
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 99c749f..fa7941c 100644
--- a/README.md
+++ b/README.md
@@ -321,7 +321,7 @@ sudo dnf install \
Create a temporary directory which will be cleared on [reboot](https://en.wikipedia.org/wiki/Tmpfs) and set it as the GnuPG directory:
```console
-GNUPGHOME=$(mktemp -d -t gnupg-$(date +%Y-%m-%d)-XXXXXXXXXX)
+export GNUPGHOME=$(mktemp -d -t gnupg-$(date +%Y-%m-%d)-XXXXXXXXXX)
```
## Configuration