BUILDING.md: change build/server.phar to build/server-phar.php

closes #3507
This commit is contained in:
padreon 2020-05-18 18:53:07 +01:00 committed by Dylan K. Taylor
parent 8f5db7c297
commit e544055bbc

View File

@ -30,7 +30,7 @@ If you use a custom binary, you'll need to replace `composer` usages in this gui
Preprocessor requires that the `cpp` (c preprocessor) is available in your PATH.
## Building `PocketMine-MP.phar`
Run `build/server.phar` using your preferred PHP binary. It'll drop a `PocketMine-MP.phar` into the current working directory.
Run `build/server-phar.php` using your preferred PHP binary. It'll drop a `PocketMine-MP.phar` into the current working directory.
You can also use the `--out` option to change the output filename.