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:
parent
68015e4699
commit
249b40598c
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue