From dccbc309721b2e5861a4744c63b8a4a548a49ab1 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 21 Sep 2025 11:25:09 +0800 Subject: [PATCH] update README --- README-zh.md | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index f891e9a1..e45e8a1a 100755 --- a/README-zh.md +++ b/README-zh.md @@ -120,7 +120,7 @@ buildroot/bin/php-fpm -v ### 在线构建(使用 GitHub Actions) -使用 GitHub Action 可以轻松构建静态编译的 PHP, +上方直接下载的二进制不能满足需求时,可使用 GitHub Action 可以轻松构建静态编译的 PHP, 同时自行定义要编译的扩展。 1. Fork 本项目。 diff --git a/README.md b/README.md index b568b03e..0271e2ba 100755 --- a/README.md +++ b/README.md @@ -121,7 +121,8 @@ which can be downloaded directly according to your needs. ### Build Online (using GitHub Actions) -Use GitHub Action to easily build a statically compiled PHP, +When the above direct download binaries cannot meet your needs, +you can use GitHub Action to easily build a statically compiled PHP, and at the same time define the extensions to be compiled by yourself. 1. Fork me.