add doctor linux support

This commit is contained in:
crazywhalecc
2023-07-17 21:44:17 +08:00
parent 8505feaa66
commit b84c68fe11
2 changed files with 2 additions and 2 deletions

View File

@@ -98,7 +98,7 @@ chmod +x bin/setup-runtime
cd static-php-cli
composer update
chmod +x bin/spc
# 检查环境依赖,并根据提示的命令安装缺失的编译工具(目前仅支持 macOSLinux 后续会支持)
# 检查环境依赖,并根据提示的命令安装缺失的编译工具
./bin/spc doctor
# 拉取所有依赖库
./bin/spc fetch --all