adjust readme

This commit is contained in:
crazywhalecc
2023-04-03 21:30:32 +08:00
parent 29e0269588
commit 4063b8454b
2 changed files with 8 additions and 8 deletions

View File

@@ -36,6 +36,10 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM
未来会提供一个直接可使用的 phar 包和一个 phpmicro 打包的二进制文件,你可以直接从 Release 中获取并使用:
## 支持的扩展情况
[扩展支持列表](/ext-support.md)
### 编译
```bash
@@ -92,10 +96,6 @@ cat micro.sfx code.php > single-app && chmod +x single-app
更多功能和特性正在陆续支持中详见https://github.com/crazywhalecc/static-php-cli/issues/32
## 支持的扩展情况
[扩展支持列表](/ext-support.md)
## 贡献
目前支持的扩展较少,如果缺少你需要的扩展,可发起 Issue。如果你对本项目较熟悉也欢迎为本项目发起 Pull Request。