From be75c6c30e09aa6c2e4ed59f83a8fc9bbae0602e Mon Sep 17 00:00:00 2001 From: James Titcumb Date: Mon, 18 Nov 2024 21:24:16 +0000 Subject: [PATCH] Added docs to verify signature of releases --- docs/usage.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/usage.md b/docs/usage.md index 2982932..6823594 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -10,6 +10,8 @@ order: 2 - Download `pie.phar` from the [latest releases](https://github.com/php/pie/releases) - Validate the signature in `pie.phar.asc` + - You can fetch the public key with `gpg --recv-key 343F8427AD6B48FF` + - Then you can verify the release with `gpg --verify pie.phar.asc pie.phar` - You may then invoke PIE with `php pie.phar ` - Optionally, copy `pie.phar` into your `$PATH`, e.g. `cp pie.phar /usr/local/bin/pie` - If you copy PIE into your `$PATH`, you may then invoke PIE with `pie `