From 9f5c84aba9db6a4f0d17fc39f3acaee7b4d16fa5 Mon Sep 17 00:00:00 2001 From: printempw Date: Sat, 29 Jul 2017 21:10:14 +0800 Subject: [PATCH] Update README --- README-en.md | 13 ++++++++++--- README.md | 13 ++++++++++--- plugins | 2 +- 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/README-en.md b/README-en.md index deedb734..0ad6e300 100644 --- a/README-en.md +++ b/README-en.md @@ -4,6 +4,7 @@

+Travis Building Status Latest Stable Version PHP 5.5.9+ License @@ -65,10 +66,16 @@ $ composer install $ yarn install ``` +Run the tests (can be skipped): + +``` +$ yarn run test +``` + Build the things! ``` -$ gulp +$ yarn run build ``` Congrats! You made it. Next, please refer to No.2 of [Quick Install]. @@ -94,7 +101,7 @@ Mod Configuration ------------ See [Wiki - Mod Configuration](https://github.com/printempw/blessing-skin-server/wiki/Mod-Configuration) -![screenshot2](https://img.prinzeugen.net/image.php?di=42U6) +![screenshot](https://img.blessing.studio/images/2017/07/29/2017-06-16_15.54.16.png) FAQ ------------ @@ -106,4 +113,4 @@ Please attach your log file (located at `storage/logs/laravel.log`) when reporti Copyright & License ------------ -Copyright (c) 2016 [@printempw](https://prinzeugen.net/) - Released under the GUN General Public License v3.0. +Copyright (c) 2016 [@printempw](https://prinzeugen.net/) - Released under the GNU General Public License v3.0. diff --git a/README.md b/README.md index 815c8702..73165ce4 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@

+Travis Building Status Latest Stable Version PHP 5.5.9+ License @@ -65,10 +66,16 @@ $ composer install $ yarn install ``` +运行自动化测试(可跳过): + +``` +$ yarn run test +``` + 构建代码! ``` -$ gulp +$ yarn run build ``` 恭喜,构建完成!接下来请参考「快速使用」的第二点进行后续安装。 @@ -94,7 +101,7 @@ Mod 配置 ------------ 请前往 [Wiki - Mod Configuration](https://github.com/printempw/blessing-skin-server/wiki/Mod-Configuration) -![screenshot2](https://img.prinzeugen.net/image.php?di=42U6) +![screenshot](https://img.blessing.studio/images/2017/07/29/2017-06-16_15.54.16.png) FAQ ------------ @@ -106,6 +113,6 @@ Bug 报告 版权 ------------ -Blessing Skin Server 程序是基于 GUN General Public License v3.0 开放源代码的自由软件,你可以遵照 GPLv3 协议来修改和重新发布这一程序。 +Blessing Skin Server 程序是基于 GNU General Public License v3.0 开放源代码的自由软件,你可以遵照 GPLv3 协议来修改和重新发布这一程序。 程序原作者为 [@printempw](https://prinzeugen.net/),转载请注明。 diff --git a/plugins b/plugins index c8dca41c..044e5750 160000 --- a/plugins +++ b/plugins @@ -1 +1 @@ -Subproject commit c8dca41c5f06c70437c59ed5817547719b91aff0 +Subproject commit 044e57501d9333d1f64807be20bd647a7e92cdf7