update README.md [skip ci]

This commit is contained in:
Jerry Ma 2021-09-01 16:26:01 +08:00 committed by GitHub
parent 753ae2de39
commit 27d255bc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,13 +17,15 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM
Linux
## 开始
可以直接在旁边的 Release 中下载编译好的二进制。
可以直接下面的地址下载 Actions 构建的文件。
<https://dl.zhamao.me/php-bin/file/>
也可以自己使用 Dockerfile 进行编译构建:
```bash
git clone https://github.com/crazywhalecc/static-php-cli.git
cd static-php-cli/docker
docker build -t static-php .
docker build -t static-php .
```
编译之后可以使用下方命令将二进制 PHP 提取出来,用以下方式: