From 159bd5aa426c7309193f01b56405a91f596e6849 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Tue, 7 Apr 2015 06:16:21 -0400 Subject: [PATCH] Correct a typo. It's called msysgit. --- Windows-Build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Windows-Build.md b/Windows-Build.md index 9a85da1..ec99757 100644 --- a/Windows-Build.md +++ b/Windows-Build.md @@ -5,7 +5,7 @@ On Windows, all light-weight dependencies are automatically included within the ![1](http://i.imgur.com/dKwPHW8.png?1) * **[CMake](http://www.cmake.org/cmake/resources/software.html)** - Used to generate Visual Studio project files. ![2](http://i.imgur.com/JEabR4V.png) -* **Git** - We recommend [Git Bash](http://msysgit.github.io/). +* **Git** - We recommend [msysgit](http://msysgit.github.io/). ![3](http://i.imgur.com/3LkRNEb.png?1) * While installing Git Bash, you can tell it to include Git in your system path. (Choose the "Use Git from the Windows Command Prompt" option.) If you missed that, don't worry, you'll just have to manually tell CMake where your git executable is, since it's used to include version info into the built executable. ![4](http://i.imgur.com/5ojSaQm.png?1)