Update README-en.md

This commit is contained in:
Jerry Ma
2023-06-02 23:40:49 +08:00
committed by GitHub
parent 3db9c70e1b
commit 0e33380df5

View File

@@ -76,8 +76,9 @@ Clone repo first:
git clone https://github.com/crazywhalecc/static-php-cli.git 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`. The PHP runtime for static-php-cli itself will be downloaded at `bin/php`, and composer is at `bin/composer`.
```bash ```bash