Skip to content

Commit 632a16f

Browse files
author
John Haley
committed
Add link to build-from-source instead of duplicating content
1 parent e40b7ac commit 632a16f

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

guides/install/README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,4 @@ npm install nodegit
2121
<a name="from-github"></a>From GitHub
2222
-------------------------------------
2323

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-
``` bash
36-
cd nodegit
37-
```
38-
39-
Now you can issue the local installation command:
40-
41-
``` bash
42-
npm install
43-
```
24+
Check out our [build from source](./from-source) guides.

0 commit comments

Comments
 (0)