Skip to content

Commit 37be1ee

Browse files
committed
Updates to README.
1 parent 71e5969 commit 37be1ee

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,16 @@ sudo pacman -S cmake libzip base-devel
7373

7474
#### Windows ####
7575

76-
For Windows users, you will have to install Visual Studio Express. You may
77-
have to add a build flag to the installation process to successfully install.
78-
Try first without, if the build fails, try again with the flag.
76+
- [Download and install CMake](http://www.cmake.org/cmake/resources/software.html).
77+
- [Download and install Python](https://www.python.org/download/windows).
78+
- [Download and install VS Express](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop).
79+
80+
You may have to add a build flag to the installation process to successfully
81+
install. Try first without, if the build fails, try again with the flag.
7982

8083
*Allegedly the order in which you install Visual Studio could trigger this
8184
error.*
8285

83-
- [Download and install CMake](http://www.cmake.org/cmake/resources/software.html).
84-
- [Download and install Python](https://www.python.org/download/windows)
85-
- [Download and install VS Express](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-desktop)
86-
8786
``` bash
8887
npm install nodegit --msvs_version=2013
8988
# Or whatever version you've installed.

0 commit comments

Comments
 (0)