From 0e33380df5657a88e06960160bcb294b164ebf33 Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Fri, 2 Jun 2023 23:40:49 +0800 Subject: [PATCH] Update README-en.md --- README-en.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README-en.md b/README-en.md index 6627e9d9..5ce5cf82 100755 --- a/README-en.md +++ b/README-en.md @@ -76,8 +76,9 @@ Clone repo first: git clone https://github.com/crazywhalecc/static-php-cli.git ``` -If you have not installed php on your system, you can download single-file php binary and composer first. +If you have not installed php on your system, you can use package management to install PHP (such as brew, apt, yum, apk etc.). +And you can also download single-file php binary and composer first. The PHP runtime for static-php-cli itself will be downloaded at `bin/php`, and composer is at `bin/composer`. ```bash