Add documentation on installing.

This commit is contained in:
Heiko Schaefer 2021-11-05 22:57:10 +01:00
parent cda224d738
commit f82cc6ae2a
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -6,9 +6,30 @@ SPDX-License-Identifier: MIT OR Apache-2.0
# OpenPGP card tools # OpenPGP card tools
This crate contains two tools for inspecting, configuring and using OpenPGP This crate contains two tools for inspecting, configuring and using OpenPGP
cards: cards: `opgpcard` and `opgpcard-pin`.
# Install
One easy way to install this crate is via the "cargo" tool.
The following build dependencies are needed for current Debian:
```
# apt install rustc cargo clang pkg-config nettle-dev libpcsclite-dev
```
And for current Fedora:
```
# dnf install rustc cargo clang nettle-devel pcsc-lite-devel
```
Afterwards, you can install this crate by running:
```
$ cargo install openpgp-card-tools
```
`opgpcard` and `opgpcard-pin`
## opgpcard ## opgpcard