Skip to content

Commit 217d32a

Browse files
nickpoormantbranyen
authored andcommitted
Fixed OSX Directions
The directions in `README.md` will not work unless you first install the `ejs` module.
1 parent 6f882b4 commit 217d32a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ $ npm install -g node-gyp
4343
```` bash
4444
$ git clone git://github.com/tbranyen/nodegit.git
4545
$ cd nodegit
46-
$ npm run-script gen && npm install
46+
$ npm install ejs && npm run-script gen && npm install
4747
````
4848
### Ubuntu ###
4949

0 commit comments

Comments
 (0)