diff --git a/compiler/README.md b/compiler/README.md index 83e480cb3a..36d0676d9e 100644 --- a/compiler/README.md +++ b/compiler/README.md @@ -4,7 +4,9 @@ ```bash composer install -php bin/compile +php bin/prepare +cd build +php ../box/vendor/bin/box compile --no-parallel ``` The compiled PHAR will be in `tmp/phpstan.phar`.