Skip to content

Commit 97bfb49

Browse files
Readme update
1 parent 7f0a689 commit 97bfb49

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@ application.
3737

3838
To build project, you need [NodeJS](https://nodejs.org) platform to be installed. Then, clone source
3939
code and run <code>npm install</code> from the root of the project. This will install all necessary
40-
modules from NPM. Also run <code>npm install -g gulp</code> if you have no gulp builder in your
41-
modules.
40+
modules from NPM for the project.
4241

43-
After that and each next time just run <code>gulp</code> command from the project root. This will
44-
generate <code>build</code> directory, where you will found all what you need.
42+
After that and each next time just run <code>npm run gulp</code> command from the project root.
43+
This will generate <code>build</code> directory, where you will find XML file ready to import.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"gulp-zip": "^2.0.2"
2626
},
2727
"scripts": {
28-
"test": "node test/testServer"
28+
"gulp": "gulp"
2929
},
3030
"repository": {
3131
"type": "git",

0 commit comments

Comments
 (0)