mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-08-11 00:14:06 +02:00
Update readme.
This commit is contained in:
12
README.md
12
README.md
@@ -21,20 +21,16 @@ In short you have to take the following two steps:
|
|||||||
## 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]. But to clone and build **h5ai** yourself run the
|
[dev builds][develop]. But to build **h5ai** yourself either *git-clone* or
|
||||||
following commands to find a fresh zipball in folder `build` (tested on linux
|
*download* the repository. From within the root folder run the following
|
||||||
only, requires [`git`][git] and [`node 4.x`][node] to be installed).
|
commands to find a fresh zipball in folder `build` (tested on linux only,
|
||||||
|
requires [`node4+`][node] to be installed).
|
||||||
|
|
||||||
~~~sh
|
~~~sh
|
||||||
> git clone git://github.com/lrsjng/h5ai.git
|
|
||||||
> cd h5ai
|
|
||||||
> npm install
|
> npm install
|
||||||
> npm run build
|
> 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
|
## License
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user