Update readme.

This commit is contained in:
Lars Jung 2014-09-01 19:09:43 +02:00
parent fa6e0595a9
commit b73bda4f0d
2 changed files with 5 additions and 8 deletions

View file

@ -16,18 +16,14 @@ install instructions on the [project page][web].
## Build ## Build
There are installation ready packages for the latest [releases][release] and There are installation ready packages for the latest [releases][release] and
[dev builds][develop]. To build **h5ai** yourself install the global command [dev builds][develop]. But to clone and build **h5ai** yourself run the
line trigger for the build tool [mkr][mkr]: following commands to find a fresh zipball in folder `build` (tested on linux
only, requires `git` and `npm` to be installed).
> 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.
> git clone git://github.com/lrsjng/h5ai.git > git clone git://github.com/lrsjng/h5ai.git
> cd h5ai > cd h5ai
> npm install > npm install
> mkr release > npm run release
## License ## License

View file

@ -12,6 +12,7 @@
"url": "https://github.com/lrsjng/h5ai.git" "url": "https://github.com/lrsjng/h5ai.git"
}, },
"scripts": { "scripts": {
"release": "mkr release",
"test": "mocha --recursive test" "test": "mocha --recursive test"
}, },
"dependencies": { "dependencies": {