From 188d2825b10faa48e78370aea35d05a75be7a38e Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Tue, 18 Sep 2012 16:46:48 +0200 Subject: [PATCH] Updates readme. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc3e8b77..f5df1dcf 100644 --- a/README.md +++ b/README.md @@ -29,12 +29,17 @@ It profits from these great projects: ## Build A prebuilt package can be found on the [project page](http://larsjung.de/h5ai/). If you want to build -h5ai yourself you need to install [fQuery](http://larsjung.de/fquery/) first: +h5ai yourself you need to install the build tool [fQuery](http://larsjung.de/fquery/) first: > npm install -g fquery -To build the project run the following command inside the project's root directory +This will install fQuery and its command line tool `makejs`. Run `makejs --help` to see if everything +worked fine. +To clone and build the project run the following commands: + + > git clone git://github.com/lrsjng/h5ai.git + > cd h5ai > makejs Run `makejs -t` to list all possible targets.