From e6f4c5e41f97746ea20c304b84e2f37dd933e41c Mon Sep 17 00:00:00 2001 From: Jerry Ma Date: Sun, 17 Apr 2022 22:19:22 +0800 Subject: [PATCH] Update README-en.md --- README-en.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index ea081617..bff8ad39 100755 --- a/README-en.md +++ b/README-en.md @@ -15,11 +15,20 @@ BTW, It's only for CLI mode. Linux ## Start -You can directly download static binary from this link. +1. Directly download static binary from this link. -Here's help command to compile it yourself: +2. Use fast install script `install-runtime.sh` to download static php and composer distribution into `runtime/` directory + +But this script has some Chinese comments and prompts, if you cannot understand or have to use it in English, I will make an pure international version! :) + +```bash +bash -c "`curl -fsSL https://raw.githubusercontent.com/crazywhalecc/static-php-cli/master/install-runtime.sh`" +``` + +3. Here's help command to compile it yourself: + ```bash git clone https://github.com/crazywhalecc/static-php-cli.git cd static-php-cli/docker