Point out that dryice is required to build. Also, I don't think git submodule update is needed any longer

This commit is contained in:
Paul Beusterien 2011-12-01 13:10:11 -08:00
commit a2b20bae7a

View file

@ -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