From a8a071de1a712f13a2731fa507c5ac8d14d4741b Mon Sep 17 00:00:00 2001 From: Simon Hamp Date: Mon, 25 Nov 2024 11:03:18 +0000 Subject: [PATCH] Add missing step --- docs/en/guide/build-on-windows.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en/guide/build-on-windows.md b/docs/en/guide/build-on-windows.md index b41e4493..e5c0c459 100644 --- a/docs/en/guide/build-on-windows.md +++ b/docs/en/guide/build-on-windows.md @@ -74,6 +74,12 @@ bin/setup-runtime -action add-path bin/setup-runtime -action remove-path ``` +Finally, now that you have PHP and Composer installed, you need to install static-php-cli's Composer dependencies: + +```shell +composer install +``` + ### Install other Tools (automatic) For `php-sdk-binary-tools`, `strawberry-perl`, and `nasm`,