From 9545ec2894a8b27ba35efbe8b35fe183b6dbda1d Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Tue, 18 Sep 2012 16:59:11 +0200 Subject: [PATCH] More updates to readme. --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5df1dcf..38c335b7 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,16 @@ h5ai yourself you need to install the build tool [fQuery](http://larsjung.de/fqu 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: +To clone and build the project run the following commands. +You'll find a new directory `build` including the processed files. > git clone git://github.com/lrsjng/h5ai.git > cd h5ai > makejs -Run `makejs -t` to list all possible targets. +To create an fresh zipball run + > makejs release ## Changelog