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.
1 parent e40b7ac commit 632a16fCopy full SHA for 632a16f
guides/install/README.md
@@ -21,23 +21,4 @@ npm install nodegit
21
<a name="from-github"></a>From GitHub
22
-------------------------------------
23
24
-This is required to contribute or run the examples.
25
-
26
-Start by cloning the repository, chances are you will only need the latest
27
-commit, so you can pass the `--depth` flag to make a shallow clone:
28
29
-``` bash
30
-git clone --depth=1 https://github.com/nodegit/nodegit
31
-```
32
33
-Change your directory into the newly created nodegit folder.
34
35
36
-cd nodegit
37
38
39
-Now you can issue the local installation command:
40
41
42
-npm install
43
+Check out our [build from source](./from-source) guides.
0 commit comments