diff options
author | Daniel Mueller <deso@posteo.net> | 2018-12-27 20:02:30 -0800 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2018-12-27 20:02:30 -0800 |
commit | a41c822bf1329c73cba527b15f30f0c2479904f5 (patch) | |
tree | 8a9ca22c8b5043959de4fe9f8095105b8f0684c3 | |
parent | 8185f1652668b71ada7cd4b32d92de2c752f0a1b (diff) | |
download | nitrocli-a41c822bf1329c73cba527b15f30f0c2479904f5.tar.gz nitrocli-a41c822bf1329c73cba527b15f30f0c2479904f5.tar.bz2 |
Acknowledge Nitrokey UG for sponsoring development hardware
The Nitrokey UG was generous enough to sponsor a Nitrokey Pro as well as
a Nitrokey Storage device for development and testing of the program.
This change mentions the company in the acknowledgments section of the
README.
-rw-r--r-- | nitrocli/README.md | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md index 946df21..8803e30 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -8,7 +8,7 @@ nitrocli - [Changelog](CHANGELOG.md) **nitrocli** is a program that provides a command line interface for -certain commands on the [Nitrokey Storage][nitrokey] device. +certain commands on the [Nitrokey Storage][nitrokey-storage] device. The following commands are currently supported: - open: Open the encrypted volume. The user PIN needs to be entered. @@ -94,12 +94,17 @@ Packages are available for: - Gentoo Linux: [`app-crypt/nitrocli`](https://github.com/d-e-s-o/nitrocli-ebuild) ebuild -[nitrokey]: https://www.nitrokey.com/news/2016/nitrokey-storage-available -[nitrocli-cratesio]: https://crates.io/crates/nitrocli - Acknowledgments --------------- -Robin Krahl ([**@robinkrahl**](https://github.com/robinkrahl)) has been +Robin Krahl ([@robinkrahl](https://github.com/robinkrahl)) has been a crucial help for the development of **nitrocli**. + +The [Nitrokey UG][nitrokey-ug] has generously provided the necessary +hardware for developing and testing the program. + + +[nitrokey-ug]: https://www.nitrokey.com +[nitrokey-storage]: https://www.nitrokey.com/news/2016/nitrokey-storage-available +[nitrocli-cratesio]: https://crates.io/crates/nitrocli |