From 01bf2ae63b8efe337ea1b7eb5f8a7fd4cbc88d03 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 15 Apr 2023 18:58:29 +0800 Subject: [PATCH] update README --- README-en.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-en.md b/README-en.md index 4827df30..18f4e72e 100755 --- a/README-en.md +++ b/README-en.md @@ -49,7 +49,7 @@ and at the same time define the extensions to be compiled by yourself. 1. Fork me. 2. Go to the Actions of the project and select `CI`. -3. Select `Run workflow`, fill in the PHP version you want to compile, the target type, and the list of extensions. +3. Select `Run workflow`, fill in the PHP version you want to compile, the target type, and the list of extensions. (extensions comma separated, e.g. `bcmath,curl,mbstring`) 4. After waiting for about a period of time, enter the corresponding task and get `Artifacts`. If you enable `debug`, all logs will be output at build time, including compiled logs, for troubleshooting. diff --git a/README.md b/README.md index c64aa021..6e56ed19 100755 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM 1. Fork 本项目。 2. 进入项目的 Actions,选择 CI。 -3. 选择 `Run workflow`,填入你要编译的 PHP 版本、目标类型、扩展列表。 +3. 选择 `Run workflow`,填入你要编译的 PHP 版本、目标类型、扩展列表。(扩展列表使用英文逗号分割,例如 `bcmath,curl,mbstring`) 4. 等待大约一段时间后,进入对应的任务中,获取 `Artifacts`。 如果你选择了 `debug`,则会在构建时输出所有日志,包括编译的日志,以供排查错误。