From c21e3c49f7c2e6c7cf1f3b73a0e24efaa0fc068f Mon Sep 17 00:00:00 2001 From: ZitRos Date: Tue, 30 Dec 2014 00:12:41 +0200 Subject: [PATCH] release docs update --- gulpfile.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 8a47171..629d01c 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -90,7 +90,10 @@ gulp.task("zipRelease", ["exportCacheXML"], function () { comment: "Light pivot table v" + pkg["version"] + " by Nikita Savchenko\n\n" + "+ WEBModule folder holds JS and CSS files to integrate Light pivot table to any WEB " + "application;\n" + - "+ Cache folder holds XML file to import to InterSystems Cache." + "+ Cache folder holds XML file to import to InterSystems Cache.\n\n" + + "NOTE: MDX2JSON must be installed and configured for InterSystems Cache.\nYou can " + + "download and install it from here: https://github.com/intersystems-ru/Cache-MDX2JSON\n" + + "\nFor further information about installation and information, check README.md file." })) .pipe(gulp.dest("build")); });