Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed OSX Directions
The directions in `README.md` will not work unless you first install the `ejs` module.
  • Loading branch information
nickpoorman committed Mar 26, 2014
commit 61f2ee304b6f40ee1ee781d10f83f38100e02103
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ###

Expand Down