From 5284d7e5ad38c6bae692e9a734e20adb7a41f991 Mon Sep 17 00:00:00 2001 From: everyx Date: Mon, 20 Mar 2017 23:30:39 +0800 Subject: [PATCH] add build content --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 40e7f04..9b2b850 100644 --- a/README.md +++ b/README.md @@ -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)