Skip to content

Commit

Permalink
release docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Dec 29, 2014
1 parent 302d977 commit c21e3c4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
});
Expand Down

0 comments on commit c21e3c4

Please sign in to comment.