diff --git a/README-en.md b/README-en.md index 709d99d3..b1b69e70 100755 --- a/README-en.md +++ b/README-en.md @@ -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. diff --git a/README.md b/README.md index 1ef9e209..50764593 100755 --- a/README.md +++ b/README.md @@ -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。