aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2019-02-07 04:19:56 +0000
committerGitHub <noreply@github.com>2019-02-07 04:19:56 +0000
commit81bcf81042f143b9403ed468de1410243d36fb36 (patch)
tree6566dd31e39a05b2c2c386e62cb417f88c26019e /README.md
parentUpdate license year, style and grammar (diff)
parentMove install instructions to the top (diff)
downloadYubiKey-Guide-81bcf81042f143b9403ed468de1410243d36fb36.tar.gz
Merge pull request #94 from michael-k/install-instructions
Move install instructions for `hopenpgp-tools` to the top
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index efdc3c9..1c9b674 100644
--- a/README.md
+++ b/README.md
@@ -111,13 +111,14 @@ $ sudo apt-get install -y \
cryptsetup scdaemon pcscd \
yubikey-personalization \
dirmngr \
- secure-delete
+ secure-delete \
+ hopenpgp-tools
```
**Arch Linux**
```console
-$ sudo pacman -Syu gnupg2 pcsclite ccid yubikey-personalization
+$ sudo pacman -Syu gnupg2 pcsclite ccid yubikey-personalization hopenpgp-tools
```
**RHEL7**
@@ -555,8 +556,6 @@ ssb rsa4096/0x3F29127E79649A3D 2017-10-09 [A] [expires: 2018-10-09]
To 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):
```console
-$ sudo apt-get install hopenpgp-tools
-
$ gpg --export $KEYID | hokey lint
```