We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e435de + ad0f704 commit c165775Copy full SHA for c165775
README.md
@@ -13,7 +13,7 @@ You can see an example on my profile: [https://github.com/mappum](https://github
13
First, you might need to install some dependencies:
14
15
* [node-canvas](https://github.com/LearnBoost/node-canvas/wiki) - (Cairo)
16
-* [nodegit](https://github.com/nodegit/nodegit#user-content-installing-dependencies) - (Python 2, CMake 2.8)
+* [nodegit](https://github.com/nodegit/nodegit)
17
18
Once those are set up, just do
19
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"dependencies": {
7
"canvas": "~1.1.3",
8
- "nodegit": "~0.1.3",
+ "nodegit": "~0.1.4",
9
"optimist": "~0.6.1"
10
},
11
"devDependencies": {},
0 commit comments