We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1474117 commit bbfcff9Copy full SHA for bbfcff9
README.md
@@ -8,14 +8,14 @@ Download
8
* Download the dist/helper.js or dist/helper.min.js
9
* Use bower(Coming soon).
10
* Use git submodule
11
-
+```bash
12
$ git submodule add https://github.com/zhanghuanchong/cocos2d-js-helper.git vendor/helpers
13
$ cd vendor/helpers
14
$ npm install
15
$ bower install
16
$ gulp build
17
18
-Then you will find the compiled helper.js and helper.min.js in the folder src/vendor/helpers. Include them and enjoy!
+```
+Then you will find the compiled helper.js and helper.min.js in the folder **src/vendor/helpers**. Include them and enjoy!
19
20
Install
21
===
0 commit comments