From 4fd00f2681b95dd0532f754f95f9766cad5196a4 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Wed, 14 Nov 2018 09:52:49 -0500 Subject: HACKING: fix some whitespace nits --- HACKING.md | 8 ++++---- 1 file 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: -- cgit v0.12