Update readme.

This commit is contained in:
Lars Jung 2015-11-18 23:39:28 +01:00
parent 39ea94daa8
commit 58b4d20185

View file

@ -21,20 +21,16 @@ In short you have to take the following two steps:
## Build
There are installation ready packages for the latest [releases][release] and
[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`][git] and [`node 4.x`][node] to be installed).
[dev builds][develop]. But to build **h5ai** yourself either *git-clone* or
*download* the repository. From within the root folder run the following
commands to find a fresh zipball in folder `build` (tested on linux only,
requires [`node4+`][node] to be installed).
~~~sh
> git clone git://github.com/lrsjng/h5ai.git
> cd h5ai
> npm install
> npm run build
~~~
To build the frontend test suite run `npm run build-test`. This will output a
`file://`-URL you can look up in your browser to run the tests.
## License