adjust readme

This commit is contained in:
crazywhalecc 2023-04-03 21:30:32 +08:00
parent 29e0269588
commit 4063b8454b
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 8 additions and 8 deletions

View File

@ -34,6 +34,10 @@ After stable release for this project, a single phar and single binary for this
And currently you may need to clone this branch and edit GitHub Action to build.
## Supported Extensions
[Support Extension List](/ext-support.md)
### Compilation
```bash
@ -94,10 +98,6 @@ cat micro.sfx code.php > single-app && chmod +x single-app
More functions and features are coming soon, Bugs and TODOs: https://github.com/crazywhalecc/static-php-cli/issues/32
## Supported Extensions
[Support Extension List](/ext-support.md)
## Contribution
Currently, there are only a few supported extensions.

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。