From c277aca8dc8df302a956c344a36e7f3ae645533b Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Tue, 10 Nov 2015 00:35:35 +0900 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 8c00b3b8..950fb818 100644 --- a/README.md +++ b/README.md @@ -23,3 +23,19 @@ Node.js is required to test this app. 1. Clone or download the source code. 2. Run `npm install`. 3. Run `npm start`. (If you have gulp, `gulp serve` has live-reload.) + +## Packaging +gulp is necessary for packaging this app. + +``` +$ npm install -g gulp (Or, use node_module/gulp/bin/gulp.js +``` + +You can package this app with following commands. Packages will be created in `release` directory. + +``` +$ gulp package:windows (Requires Windows or Wine) +$ gulp package:osx (Requires OS X or Linux) +$ gulp package:linux +$ gulp package (Packages for all platform) +```