From 4fb6d8cafd61a726f7092e50b521212f7034809c Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 19 Mar 2023 14:13:24 +0800 Subject: [PATCH] update README --- README-en.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-en.md b/README-en.md index d4906f6d..551ad7bb 100755 --- a/README-en.md +++ b/README-en.md @@ -38,8 +38,8 @@ And currently you may need to clone this branch and edit GitHub Action to build. chmod +x spc # fetch all libraries ./spc fetch --all -# with bcmath,openssl,swoole extension, build both CLI and phpmicro SAPI -./spc build "bcmath,openssl,swoole" --build-all +# with bcmath,openssl,tokenizer,sqlite3,pdo_sqlite,ftp,curl extension, build both CLI and phpmicro SAPI +./spc build bcmath,openssl,tokenizer,sqlite3,pdo_sqlite,ftp,curl --build-all ``` ### php-cli Usage diff --git a/README.md b/README.md index 1b42259a..2a941b38 100755 --- a/README.md +++ b/README.md @@ -41,8 +41,8 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM chmod +x spc # 拉取所有依赖库 ./spc fetch --all -# 构建包含 bcmath,openssl,swoole 扩展的 php-cli 和 micro.sfx -./spc build "bcmath,openssl,swoole" --build-all +# 构建包含 bcmath,openssl,tokenizer,sqlite3,pdo_sqlite,ftp,curl 扩展的 php-cli 和 micro.sfx +./spc build "bcmath,openssl,tokenizer,sqlite3,pdo_sqlite,ftp,curl" --build-all ``` ### 使用 php-cli