Update README.md

This commit is contained in:
Jerry Ma 2022-05-20 06:39:55 +08:00 committed by GitHub
parent 8055816683
commit de1302c6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ cat micro.sfx code.php > single-app && chmod +x single-app
# 如果打包 PHAR 文件,仅需把 code.php 更换为 phar 文件路径即可
```
2. 如果打包项目,可以先将项目打包为 phar + entry然后结合打包 micro 与 phar 文件即可。关于如何将项目打包为 phar后续有时间会提供一个脚本。
> 感谢 <https://github.com/dixyes/phpmicro> 项目提供的支持
## 自行编译