From a2b20bae7a2cd9d3b9389255f3cba6de570c8e87 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Thu, 1 Dec 2011 13:10:11 -0800 Subject: [PATCH] Point out that dryice is required to build. Also, I don't think git submodule update is needed any longer --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index c08ed698..0ae1af29 100644 --- a/Readme.md +++ b/Readme.md @@ -131,6 +131,12 @@ To package Ace we use the dryice build tool developed by the Mozilla Skywriter t git submodule update --init --recursive ``` +Make sure you at least version 0.3.0 of dryice + +```bash + npm install dryice +``` + Afterwards Ace can be built by calling ```bash