Skip to content

Commit

Permalink
Added docs to verify signature of releases
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Nov 18, 2024
1 parent edfc15f commit be75c6c
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 be75c6c

Please sign in to comment.