aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorManuel Thalmann <m@nuth.ch>2024-05-03 02:23:00 +0200
committerManuel Thalmann <m@nuth.ch>2024-05-03 02:23:00 +0200
commit6cfb493f2b142a1bd151bb0259ea8af3102a5b61 (patch)
tree6c4ee15423e11d8612bb8db8c8feaca3ce0da43f /README.md
parentMerge pull request #431 from drduh/wip-29mar24 (diff)
downloadYubiKey-Guide-6cfb493f2b142a1bd151bb0259ea8af3102a5b61.tar.gz
Export the `GNUPGHOME` variable
Merging this PR will fix #434
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 5986c05..043188e 100644
--- a/README.md
+++ b/README.md
@@ -256,7 +256,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