BUILDING.md: Fixed wrong instruction of running from source (#3512)

This commit is contained in:
Krzysztof Matuszak 2020-05-19 23:44:57 +02:00 committed by GitHub
parent b09379151a
commit 82e257cf13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,4 +35,4 @@ Run `build/server-phar.php` using your preferred PHP binary. It'll drop a `Pocke
You can also use the `--out` option to change the output filename.
## Running PocketMine-MP from source code
Run `src/pocketmine/PocketMine.php` using your preferred PHP binary.
Run `src/PocketMine.php` using your preferred PHP binary.