Skip to content

Commit

Permalink
Merge pull request #105 from asgrim/add-pubkey
Browse files Browse the repository at this point in the history
Added docs to verify signature of releases
  • Loading branch information
asgrim authored Nov 18, 2024
2 parents edfc15f + be75c6c commit e4b1fd1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <command>`
- 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 <command>`
Expand Down

0 comments on commit e4b1fd1

Please sign in to comment.