mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-27 05:24:25 -04:00
Update readme.
This commit is contained in:
parent
fa6e0595a9
commit
b73bda4f0d
2 changed files with 5 additions and 8 deletions
12
README.md
12
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
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
"url": "https://github.com/lrsjng/h5ai.git"
|
||||
},
|
||||
"scripts": {
|
||||
"release": "mkr release",
|
||||
"test": "mocha --recursive test"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue