From 4b52f8e9e996699bdfe1dbc4a59e2f4c7893529a Mon Sep 17 00:00:00 2001 From: Valentin Haudiquet Date: Thu, 24 Sep 2026 22:19:24 +0200 Subject: [PATCH] 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. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 682414a..87aa67d 100644 --- a/README.md +++ b/README.md @@ -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