aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2018-12-30 02:35:24 +0000
committerGitHub <noreply@github.com>2018-12-30 02:35:24 +0000
commit19b1297c222f4705f2defe4e2396f386e0d2f0a2 (patch)
tree1a6afda6cdfabf83815a3a7336322a28c1ff2802 /README.md
parentMerge pull request #83 from hughobrien/gpg-conf-key-origin (diff)
parentdescribe tmpfs clearing rather than init system (debian uses tmpfs) (diff)
downloadYubiKey-Guide-19b1297c222f4705f2defe4e2396f386e0d2f0a2.tar.gz
Merge pull request #84 from hughobrien/mention-tmpfs
describe tmpfs clearing rather than init system (debian uses tmpfs)
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 388a252..5cc6994 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,7 @@ An entropy pool value greater than 3000 is sufficient.
# Creating keys
-Create a temporary directory which will be deleted on [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared):
+Create a temporary directory which will be deleted on [reboot](https://en.wikipedia.org/wiki/Tmpfs):
```
$ export GNUPGHOME=$(mktemp -d) ; echo $GNUPGHOME