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 @@
+
@@ -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 @@
+
@@ -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
```