diff options
author | drduh <github@duh.to> | 2018-11-05 17:24:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-05 17:24:24 -0800 |
commit | b078100fa7ca696177c86470eef229354b5b25c9 (patch) | |
tree | 421161c806f6b15d6f0254983f0382c76cf588ea | |
parent | Note about gpg public key (diff) | |
parent | fix typo (diff) | |
download | YubiKey-Guide-b078100fa7ca696177c86470eef229354b5b25c9.tar.gz |
Merge pull request #76 from dbajramo/master
fix typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -156,7 +156,7 @@ $ cat /proc/sys/kernel/random/entropy_avail # Creating keys -Create a tempotary directory which won't survive a [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared): +Create a temporary directory which won't survive a [reboot](https://serverfault.com/questions/377348/when-does-tmp-get-cleared): ``` $ export GNUPGHOME=$(mktemp -d) ; echo $GNUPGHOME |