From 61f2ee304b6f40ee1ee781d10f83f38100e02103 Mon Sep 17 00:00:00 2001 From: Nicholas Poorman Date: Wed, 26 Mar 2014 15:55:02 -0400 Subject: [PATCH] Fixed OSX Directions The directions in `README.md` will not work unless you first install the `ejs` module. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37231fe67..d86207cb9 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ $ npm install -g node-gyp ```` bash $ git clone git://github.com/tbranyen/nodegit.git $ cd nodegit -$ npm run-script gen && npm install +$ npm install ejs && npm run-script gen && npm install ```` ### Ubuntu ###