1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 00:35:30 +02:00

box: update to reference Box v3 changes (#4499)

This commit is contained in:
Owen Voke 2020-10-06 13:03:54 +01:00 committed by GitHub
parent 68015e4699
commit 249b40598c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +1,15 @@
# box
> A PHP application for building and managing Phars.
> More information: <https://box-project.github.io/box2>.
> More information: <https://github.com/box-project/box>.
- Build a new Phar file:
- Compile a new Phar file:
`box build`
`box compile`
- Build a new Phar file using a specific config file:
- Compile a new Phar file using a specific config file:
`box build -c {{path/to/config}}`
`box compile -c {{path/to/config}}`
- Display information about the PHAR PHP extension: