From b84c68fe11cc1f3940f61480756933ac2a02c4f2 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 17 Jul 2023 21:44:17 +0800 Subject: [PATCH] add doctor linux support --- 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 f01dc761..b9ffac03 100755 --- a/README-en.md +++ b/README-en.md @@ -104,7 +104,7 @@ Basic usage for building php and micro with some extensions: cd static-php-cli composer update chmod +x bin/spc -# Check system tool dependencies, fix them automatically (only support macOS) (TODO: Linux distro support) +# Check system tool dependencies, fix them automatically ./bin/spc doctor # fetch all libraries ./bin/spc fetch --all diff --git a/README.md b/README.md index e3766483..a26c91fb 100755 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ chmod +x bin/setup-runtime cd static-php-cli composer update chmod +x bin/spc -# 检查环境依赖,并根据提示的命令安装缺失的编译工具(目前仅支持 macOS,Linux 后续会支持) +# 检查环境依赖,并根据提示的命令安装缺失的编译工具 ./bin/spc doctor # 拉取所有依赖库 ./bin/spc fetch --all