From 544a6ae56adac3875edb878e925817e22d0cb697 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 8 Nov 2017 19:10:15 +0800 Subject: [PATCH] Update README --- README-en.md | 10 ++++++---- README.md | 10 ++++++---- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/README-en.md b/README-en.md index 28a17ca5..892fe071 100644 --- a/README-en.md +++ b/README-en.md @@ -5,6 +5,7 @@

Travis Building Status +Codecov Latest Stable Version PHP 5.5.9+ License @@ -69,7 +70,7 @@ If you'd like make some contribution on the project, please deploy it from git f Clone the code from GitHub and install dependencies: -``` +```bash $ git clone https://github.com/printempw/blessing-skin-server.git $ composer install $ yarn install @@ -77,13 +78,14 @@ $ yarn install Run the tests (can be skipped): -``` -$ yarn run test +```bash +$ yarn test # JavaScript +$ ./vendor/bin/phpunit # PHP ``` Build the things! -``` +```bash $ yarn run build ``` diff --git a/README.md b/README.md index cd3cb948..bf301dfa 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@

Travis Building Status +Codecov Latest Stable Version PHP 5.5.9+ License @@ -69,7 +70,7 @@ Blessing Skin Server 提供了强大的插件系统,您可以通过添加多 从 Git 上 clone 源码并安装依赖: -``` +```bash $ git clone https://github.com/printempw/blessing-skin-server.git $ composer install $ yarn install @@ -77,13 +78,14 @@ $ yarn install 运行自动化测试(可跳过): -``` -$ yarn run test +```bash +$ yarn test # JavaScript +$ ./vendor/bin/phpunit # PHP ``` 构建代码! -``` +```bash $ yarn run build ```