From e544055bbccde60f257304b7784a249a4153dbbc Mon Sep 17 00:00:00 2001 From: padreon Date: Mon, 18 May 2020 18:53:07 +0100 Subject: [PATCH] BUILDING.md: change build/server.phar to build/server-phar.php closes #3507 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index a4e0d8595..61b1ff7ba 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -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.