From 457e22d473a2b60aeec1d923be8f7a4845f1ab91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4ufl?= Date: Wed, 6 Feb 2019 13:17:57 +0100 Subject: [PATCH] Move install instructions to the top Section `Creating keys` ends with `Disable networking for the remainder of the setup.`. All instructions that require a network should be before this sentence. --- README.md | 7 +++---- 1 file 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 ```