update README

This commit is contained in:
crazywhalecc 2023-04-09 13:58:09 +08:00
parent e2aa21fbea
commit 50a1fcfc20
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680
2 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,10 @@ Note: only support cli SAPI, not support fpm, cgi.
> This branch is new version, if you are looking for old bash version of static-php-cli, see [bash-version](https://github.com/crazywhalecc/static-php-cli/tree/bash-version).
[![Version](https://img.shields.io/badge/Version-2.0--beta1-green.svg?style=flat-square)]()
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]()
[![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build.yml?branch=refactor&label=Actions%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml)
## Compilation Requirements
Yes, this project is written in PHP, pretty funny.

View File

@ -10,7 +10,9 @@ Compile A Statically Linked PHP With Swoole and other Extensions. [English READM
> 此分支为重构的新版,如果你在找纯 Bash 编写的旧版本,请到 [bash-version 分支](https://github.com/crazywhalecc/static-php-cli/tree/bash-version)。
[![License](https://img.shields.io/badge/License-MIT-blue.svg)]()
[![Version](https://img.shields.io/badge/Version-2.0--beta1-green.svg?style=flat-square)]()
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)]()
[![](https://img.shields.io/github/actions/workflow/status/crazywhalecc/static-php-cli/build.yml?branch=refactor&label=Actions%20Build&style=flat-square)](https://github.com/crazywhalecc/static-php-cli/actions/workflows/build.yml)
## 编译环境需求