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]