aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorThomas A Caswell <tcaswell@gmail.com>2019-02-02 22:11:09 -0500
committerThomas A Caswell <tcaswell@gmail.com>2019-02-02 22:11:09 -0500
commit9e7a3225aeeba5234822c72f4beefe5eb9fd098e (patch)
tree69dc988be96ad2c1bf0e85dcce5c962bb94ece6a /README.md
parentMerge pull request #90 from michael-k/patch-1 (diff)
downloadYubiKey-Guide-9e7a3225aeeba5234822c72f4beefe5eb9fd098e.tar.gz
DOC: add install instructions for Arch linux
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2f13814..51d100c 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,8 @@ Plug in the USB drive and boot to the live image. Configure networking to contin
Install several packages required for the following steps:
+**debian and ubuntu**
+
```console
$ sudo apt-get update
@@ -107,6 +109,12 @@ $ sudo apt-get install -y \
secure-delete
```
+**Arch Linux**
+
+```console
+$ sudo pacman -Syu gnupg2 pcsclite ccid yubikey-personalization
+```
+
You may also need more recent versions of [yubikey-personalization](https://developers.yubico.com/yubikey-personalization/Releases/) and [yubico-c](https://developers.yubico.com/yubico-c/Releases/).
**macOS** Download and install [Homebrew](https://brew.sh/) and the following Brew packages - `gnupg yubikey-personalization hopenpgp-tools ykman pinentry-mac`