From 58b4d2018523a6ce8b9ce202e98819e6030d8e87 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Wed, 18 Nov 2015 23:39:28 +0100 Subject: [PATCH] Update readme. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index dc3ff2ab..f6bafd60 100644 --- a/README.md +++ b/README.md @@ -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