aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorWill Sargent <wsargent@users.noreply.github.com>2016-09-20 12:54:03 -0700
committerGitHub <noreply@github.com>2016-09-20 12:54:03 -0700
commit678c8a8da78bc0904dfca35ff55815d79111790b (patch)
tree569ac9a80ac6f1b636f014ae9ea8f0d36df2b3a4
parentAdd key checking (diff)
downloadYubiKey-Guide-678c8a8da78bc0904dfca35ff55815d79111790b.tar.gz
Prepend $
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ed91177..d0d0fec 100644
--- a/README.md
+++ b/README.md
@@ -481,8 +481,8 @@ Verify with OpenPGP key checks:
Use the automated [key best practice checker](https://riseup.net/en/security/message-security/openpgp/best-practices#openpgp-key-checks):
```
-sudo apt-get install hopenpgp-tools
-hkt export-pubkeys $KEYID | hokey lint
+$ sudo apt-get install hopenpgp-tools
+$ hkt export-pubkeys $KEYID | hokey lint
```
The output will display any problems with your key in red text. If everything is green, your key passes each of the tests below. If it is red, your key has failed one of the tests.