We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edfc15f + be75c6c commit e4b1fd1Copy full SHA for e4b1fd1
docs/usage.md
@@ -10,6 +10,8 @@ order: 2
10
11
- Download `pie.phar` from the [latest releases](https://github.com/php/pie/releases)
12
- 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`
15
- You may then invoke PIE with `php pie.phar <command>`
16
- Optionally, copy `pie.phar` into your `$PATH`, e.g. `cp pie.phar /usr/local/bin/pie`
17
- If you copy PIE into your `$PATH`, you may then invoke PIE with `pie <command>`
0 commit comments