You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintained by Tim Branyen [@tbranyen](http://twitter.com/tbranyen), Michael Robinson [@codeofinterest](http://twitter.com/codeofinterest), John Haley [@johnhaley81](http://twitter.com/johnhaley81), Max Korp [@maxkorp](http://twitter.com/MaximilianoKorp), and Nick Kallen [@nk](http://twitter.com/nk) with help from [awesome contributors](https://github.com/tbranyen/nodegit/contributors)!
18
14
19
15
## API Documentation. ##
20
16
@@ -29,12 +25,9 @@ dependencies.
29
25
npm install nodegit
30
26
```
31
27
32
-
If you encounter problems while installing, you should try the Building from
33
-
source instructions below.
28
+
If you encounter problems while installing, you should try the Building from source instructions below.
34
29
35
-
**Please note that nodegit is undergoing a large scale refactoring at the moment.** Please
36
-
continue reporting bugs, but note that until the upcoming 0.2 release they are unlikely
37
-
to be fixed. Older versions of the API will not be supported.
30
+
**Please note that nodegit is undergoing a large scale refactoring at the moment.** Please continue reporting bugs, but note that until the upcoming 0.2 release they are unlikely to be fixed. Older versions of the API will not be supported.
38
31
39
32
## Building from source. ##
40
33
@@ -55,8 +48,7 @@ cd nodegit
55
48
npm install
56
49
```
57
50
58
-
If you encounter errors, you most likely have not configured the dependencies
59
-
correctly.
51
+
If you encounter errors, you most likely have not configured the dependencies correctly.
60
52
61
53
### Installing dependencies: ###
62
54
@@ -83,11 +75,9 @@ sudo pacman -S base-devel
83
75
-[Download and install Python](https://www.python.org/download/windows).
84
76
-[Download and install VS Express](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop).
85
77
86
-
You may have to add a build flag to the installation process to successfully
87
-
install. Try first without, if the build fails, try again with the flag.
78
+
You may have to add a build flag to the installation process to successfully install. Try first without, if the build fails, try again with the flag.
88
79
89
-
*Allegedly the order in which you install Visual Studio could trigger this
90
-
error.*
80
+
*Allegedly the order in which you install Visual Studio could trigger this error.*
0 commit comments