From 5db19a6dc91138bbda9c3e3773a66d0ac98f827d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFck=20Piera?= Date: Tue, 10 Mar 2026 10:55:41 +0100 Subject: [PATCH] Fix compile documentation --- doc/docs/going-further/extending-castor/compile.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docs/going-further/extending-castor/compile.md b/doc/docs/going-further/extending-castor/compile.md index 0218a6dc..a6c601b5 100644 --- a/doc/docs/going-further/extending-castor/compile.md +++ b/doc/docs/going-further/extending-castor/compile.md @@ -37,7 +37,7 @@ containing your Castor application. To compile your Castor application, navigate to your project directory and run: ```bash -vendor/bin/castor compile my-custom-castor-app.phar +castor compile my-custom-castor-app.phar ``` > [!WARNING]