add build content

This commit is contained in:
everyx 2017-03-20 23:30:39 +08:00
parent 3025f9e3cc
commit 5284d7e5ad

View File

@ -53,6 +53,16 @@ plugins:
... ...
``` ```
# Build from sources
1. Obtain a copy of the repository using `git clone`, download button, or another way.
2. Install [node.js](http://nodejs.org/) and [npm](https://www.npmjs.org/).
3. Install [Gulp](http://gulpjs.com/).
4. Install npm dependencies using `npm install`.
5. Run Gulp to build the sources using `gulp default`.
Finally `.tar.gz` and `.zip` archives of the ready-to-use Plugin will be available in release directory.
# License # License
[MIT](LICENSE) [MIT](LICENSE)