Skip to content

Commit e4b1fd1

Browse files
authored
Merge pull request #105 from asgrim/add-pubkey
Added docs to verify signature of releases
2 parents edfc15f + be75c6c commit e4b1fd1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/usage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ order: 2
1010

1111
- Download `pie.phar` from the [latest releases](https://github.com/php/pie/releases)
1212
- Validate the signature in `pie.phar.asc`
13+
- You can fetch the public key with `gpg --recv-key 343F8427AD6B48FF`
14+
- Then you can verify the release with `gpg --verify pie.phar.asc pie.phar`
1315
- You may then invoke PIE with `php pie.phar <command>`
1416
- Optionally, copy `pie.phar` into your `$PATH`, e.g. `cp pie.phar /usr/local/bin/pie`
1517
- If you copy PIE into your `$PATH`, you may then invoke PIE with `pie <command>`

0 commit comments

Comments
 (0)