From 7ba78e424bd0630115702cf3ff87432ead331704 Mon Sep 17 00:00:00 2001 From: Can Vural Date: Sun, 14 Sep 2025 17:50:59 +0200 Subject: [PATCH] update PHAR compilation readme --- compiler/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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`.