docs: add crates.io installation instructions
CI / build (push) Successful in 3m1s
CI / test (push) Skipped
CI / publish (push) Skipped
CI / snap (push) Canceled after 2m6s

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:
2026-09-24 22:19:24 +02:00
parent 6df490cf9a
commit 4b52f8e9e9
+7 -1
View File
@@ -6,7 +6,13 @@
## 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