From b73bda4f0d79e071bf6e9b24bb14e003ff7c6f9a Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Mon, 1 Sep 2014 19:09:43 +0200 Subject: [PATCH] Update readme. --- README.md | 12 ++++-------- package.json | 1 + 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 44c3834d..56147123 100644 --- a/README.md +++ b/README.md @@ -16,18 +16,14 @@ install instructions on the [project page][web]. ## Build There are installation ready packages for the latest [releases][release] and -[dev builds][develop]. To build **h5ai** yourself install the global command -line trigger for the build tool [mkr][mkr]: - - > npm install -g mkr-global - -To clone and build the project run the following commands, this will create a -new folder `build` including a fresh zipball. +[dev builds][develop]. But to clone and build **h5ai** yourself run the +following commands to find a fresh zipball in folder `build` (tested on linux +only, requires `git` and `npm` to be installed). > git clone git://github.com/lrsjng/h5ai.git > cd h5ai > npm install - > mkr release + > npm run release ## License diff --git a/package.json b/package.json index b7ff0261..e547ea62 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "url": "https://github.com/lrsjng/h5ai.git" }, "scripts": { + "release": "mkr release", "test": "mocha --recursive test" }, "dependencies": {