diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-29 10:40:46 +0100 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2019-01-29 17:41:59 -0800 |
commit | ec58b1172c612f63e57b14d0c18b76309eb7d29c (patch) | |
tree | cd9a328b4c7d5858d14b79b53c88108172643d1b | |
parent | ca45fd413e7c8af212a693d94dba0038d055bff8 (diff) | |
download | nitrocli-ec58b1172c612f63e57b14d0c18b76309eb7d29c.tar.gz nitrocli-ec58b1172c612f63e57b14d0c18b76309eb7d29c.tar.bz2 |
Add Debian package to package list in README
-rw-r--r-- | nitrocli/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md index 76bb2cb..e9a7812 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -91,6 +91,7 @@ following dependencies are required: #### Via Packages Packages are available for: - Arch Linux: [`nitrocli`][nitrocli-arch] in the Arch User Repository +- Debian: [`nitrocli`][nitrocli-debian] (since Debian Buster) - Gentoo Linux: [`app-crypt/nitrocli`][nitrocli-gentoo] ebuild #### From Crates.io @@ -155,6 +156,7 @@ the full text of the license. [nitrokey-storage]: https://shop.nitrokey.com/shop/product/nitrokey-storage-2-16gb-23 [nitrocli-arch]: https://aur.archlinux.org/packages/nitrocli [nitrocli-cratesio]: https://crates.io/crates/nitrocli +[nitrocli-debian]: https://packages.debian.org/buster/nitrocli [nitrocli-gentoo]: https://packages.gentoo.org/packages/app-crypt/nitrocli [gplv3-tldr]: https://tldrlegal.com/license/gnu-general-public-license-v3-(gpl-3) [libnitrokey#32]: https://github.com/Nitrokey/libnitrokey/issues/32 |