summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--HACKING.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/HACKING.md b/HACKING.md
index 5c2469b..086940b 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -29,15 +29,15 @@ See below if you want to use mingw or some other compiler instead of
Visual Studio.
##### Using Visual Studio
-Assuming that you now have python installed, then the steps for building under
- Windows using Visual Studio are:
-
+Assuming that you now have Python installed, then the steps for building under
+Windows using Visual Studio are:
+
Clone and checkout the latest release (or whatever branch you want). You
can do this in either a command prompt or by opening a git bash prompt:
```
- $ git clone git://github.com/ninja-build/ninja.git && cd ninja
- $ git checkout release
+ $ git clone git://github.com/ninja-build/ninja.git && cd ninja
+ $ git checkout release
```
Then: