diff options
author | Ben Boeckel <ben.boeckel@kitware.com> | 2018-11-14 14:52:49 (GMT) |
---|---|---|
committer | Ben Boeckel <ben.boeckel@kitware.com> | 2018-11-14 14:54:43 (GMT) |
commit | 4fd00f2681b95dd0532f754f95f9766cad5196a4 (patch) | |
tree | ab25a000e02ac5f2aabfa39c2db872bb9cecabe7 | |
parent | 65f5d9633b984c4960d99a16728b32e025c95d38 (diff) | |
download | Ninja-4fd00f2681b95dd0532f754f95f9766cad5196a4.zip Ninja-4fd00f2681b95dd0532f754f95f9766cad5196a4.tar.gz Ninja-4fd00f2681b95dd0532f754f95f9766cad5196a4.tar.bz2 |
HACKING: fix some whitespace nits
-rw-r--r-- | HACKING.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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: |