From 8c45e9667438b6a615d95d77e114e5042dc5ea31 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Mon, 11 Jul 2011 12:20:23 +0200 Subject: [PATCH] update build instructions --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 528051f6..93152ee2 100644 --- a/Readme.md +++ b/Readme.md @@ -108,9 +108,9 @@ The editor can then be opened at http://localhost:8888/index.html. Package Ace ----------- -To package Ace we use the dryice build tool developed by the Mozilla Skywriter team. To install dryice and all its dependencies simply call: +To package Ace we use the dryice build tool developed by the Mozilla Skywriter team. Before you can build you need to make sure that the submodules are up to date. - npm link . + git submodule update --init --recursive Afterwards Ace can be built by calling