summaryrefslogtreecommitdiffstats
path: root/HACKING.md
diff options
context:
space:
mode:
Diffstat (limited to 'HACKING.md')
-rw-r--r--HACKING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/HACKING.md b/HACKING.md
index 5c2469b..8ba960f 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -30,14 +30,14 @@ Visual Studio.
##### Using Visual Studio
Assuming that you now have python installed, then the steps for building under
- Windows using Visual Studio are:
-
+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: