Skip to content

Commit

Permalink
add build content
Browse files Browse the repository at this point in the history
  • Loading branch information
everyx committed Mar 20, 2017
1 parent 3025f9e commit 5284d7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
[MIT](LICENSE)

0 comments on commit 5284d7e

Please # to comment.