From 2153e018a3cef4d89111fff5c72735b050c0d24d Mon Sep 17 00:00:00 2001 From: IgorKlopov Date: Sun, 7 Dec 2014 18:47:23 +0300 Subject: [PATCH] Bootstrap indeed --- docs/development/build-instructions-windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 47f43c879db4..ae495034bffa 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -35,7 +35,7 @@ there is no Visual Studio project generated. ```powershell cd atom-shell -python script\bootstrap.py +python script\bootstrap.py -v ``` ## Building @@ -43,7 +43,7 @@ python script\bootstrap.py Build both Release and Debug targets: ```powershell -python script\build.py -v +python script\build.py ``` You can also only build the Debug target: