From a6d4c882d9cd3ad61d5797e9ff159a5eb27d3ddd Mon Sep 17 00:00:00 2001 From: Craig Wickesser Date: Thu, 11 Nov 2010 22:27:07 -0500 Subject: [PATCH] Updated install instructions to include initalizing and updating submodules --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index dcc1c85..e474b85 100644 --- a/Readme.md +++ b/Readme.md @@ -25,6 +25,8 @@ To install both expresso _and_ node-jscoverage run: + $ git submodule init + $ git submodule update $ make install To install expresso alone (no build required) run: