Update README.md [skip ci]

This commit is contained in:
Jerry Ma
2022-05-09 11:03:31 +08:00
committed by GitHub
parent 0986665d53
commit d4b6dbfba3

View File

@@ -27,7 +27,7 @@ Linux
```bash ```bash
# 可以使用 export ZM_DOWN_PHP_VERION=8.0 来切换 PHP 版本 # 可以使用 export ZM_DOWN_PHP_VERION=8.0 来切换 PHP 版本
bash -c "`curl -fsSL https://dl.zhamao.xin/php-bin/install-runtime.sh`" bash <(curl -fsSL https://dl.zhamao.xin/php-bin/install-runtime.sh)
``` ```
3. 也可以自己使用 Dockerfile 进行编译构建: 3. 也可以自己使用 Dockerfile 进行编译构建: