From 27f3ed3fc0baacb8357df3538e1b2f10d48fbe57 Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Wed, 8 Dec 2021 22:09:50 +0100 Subject: [PATCH] Add Nitrokey 3 support to readme This patch mentions the Nitrokey 3 in the readme and adds a link to its documentation on docs.nitrokey.com. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b55f5063..c971e923 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pynitrokey -A command line interface for the Nitrokey FIDO2, Nitrokey Start and NetHSM. +A command line interface for the Nitrokey FIDO2, Nitrokey Start, Nitrokey 3 and NetHSM. ## Current state Update to the latest firmware versions on the Nitrokey Start and Nitrokey FIDO2 devices was tested. Windows support for Nitrokey Start is not added yet. @@ -112,6 +112,10 @@ Tip: alternative `gpg-connect-agent reloadagent /bye` is not sufficient. A guide on how to use `nitropy` to access a NetHSM is available on [docs.nitrokey.com](https://docs.nitrokey.com/nethsm/cli.html). +## Nitrokey 3 + +A guide on how to use `nitropy` with Nitrokey 3 device is available on [docs.nitrokey.com](https://docs.nitrokey.com/nitrokey3/linux/nitropy.html). + ## Maintainers Current maintainers can be found in [MAINTAINERS.md](MAINTAINERS.md) file.