docs: add crates.io installation instructions
pkh v0.1.0 is published to crates.io, so cargo install pkh is now the primary installation path; building from source stays as the alternative. Drop the 'no distribution channel' notice.
This commit is contained in:
@@ -6,7 +6,13 @@
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
No distribution channel is published yet; build from source:
|
From crates.io:
|
||||||
|
|
||||||
|
```
|
||||||
|
cargo install pkh
|
||||||
|
```
|
||||||
|
|
||||||
|
Or build from source (the same system packages are needed either way):
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt install pkg-config libssl-dev libgpg-error-dev libgpgme-dev
|
sudo apt install pkg-config libssl-dev libgpg-error-dev libgpgme-dev
|
||||||
|
|||||||
Reference in New Issue
Block a user