diff --git a/README-en.md b/README-en.md index fd25e6b9..118da4ad 100755 --- a/README-en.md +++ b/README-en.md @@ -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. diff --git a/README.md b/README.md index 797154a2..fc28ed31 100755 --- a/README.md +++ b/README.md @@ -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) ## 编译环境需求