From db815360d104d876d6786e23c4caf7ca13acabe4 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Mon, 16 Nov 2020 19:03:39 +0000 Subject: [PATCH] [ci skip] BUILDING.md: tell users to use 'composer make-server' instead of the server-phar script directly this takes care of the dev dependencies automatically. --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 6853f5979..f84b83e35 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.php` using your preferred PHP binary. It'll drop a `PocketMine-MP.phar` into the current working directory. +Run `composer make-server` 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.