diff options
author | Robin Krahl <me@robin-krahl.de> | 2018-12-17 13:21:45 +0100 |
---|---|---|
committer | Daniel Mueller <deso@posteo.net> | 2018-12-17 06:30:34 -0800 |
commit | e97c287c01cf22a1b582a7da9b309b58f3935d0e (patch) | |
tree | f627a49023dc138b0a03245819afa2e713037a8e | |
parent | 18b778643273d333aeaa8a1728f3dc7e0f44d80c (diff) | |
download | nitrocli-e97c287c01cf22a1b582a7da9b309b58f3935d0e.tar.gz nitrocli-e97c287c01cf22a1b582a7da9b309b58f3935d0e.tar.bz2 |
Link Arch package in README
This change adds a link to the nitrocli package for Arch Linux to the
README. The package is currently available in the Arch User Repository
(AUR).
-rw-r--r-- | nitrocli/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/nitrocli/README.md b/nitrocli/README.md index 1e103e8..69c3073 100644 --- a/nitrocli/README.md +++ b/nitrocli/README.md @@ -79,9 +79,11 @@ $ cargo install nitrocli --root=$PWD/nitrocli ``` #### Via Packages -If you are using [Gentoo Linux](https://www.gentoo.org/), there is an -[ebuild](https://github.com/d-e-s-o/nitrocli-ebuild) available that can -be used directly. +Packages are available for: +- Arch Linux: [`nitrocli`](https://aur.archlinux.org/packages/nitrocli/) in the + Arch User Repository +- 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 |