summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2018-11-15 19:36:09 (GMT)
committerGitHub <noreply@github.com>2018-11-15 19:36:09 (GMT)
commit1c34a1517ef820380046416560b366c95686bd2c (patch)
tree3bf916638f59bd41d6ffa454df7a22d55715393b
parentf95f51bc6ee6c8a0fdf5c913b902778d5f2c5a44 (diff)
parent70017a9def99e537edf53ddbfea1110c7f191796 (diff)
downloadNinja-1c34a1517ef820380046416560b366c95686bd2c.zip
Ninja-1c34a1517ef820380046416560b366c95686bd2c.tar.gz
Ninja-1c34a1517ef820380046416560b366c95686bd2c.tar.bz2
Merge pull request #1496 from mathstuf/minor-fixes
Minor fixes
-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: