From 401fe76acd374d33488d796695f3ef563d969ec9 Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Tue, 26 Nov 2013 21:35:19 +0800 Subject: [PATCH] :lipstick: Add missing ""s. --- docs/development/build-instructions-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/build-instructions-windows.md b/docs/development/build-instructions-windows.md index 2cdd0e1..4a9613c 100644 --- a/docs/development/build-instructions-windows.md +++ b/docs/development/build-instructions-windows.md @@ -24,7 +24,7 @@ skip this step if you don't know what it is): 1. Get a copy of `msdia80.dll` and put it in `C:\Program Files\Common Files\Microsoft Shared\VC\`. 2. As Administrator, run: - `regsvr32 c:\Program Files\Common Files\Microsoft Shared\VC\msdia80.dll`. + `regsvr32 "C:\Program Files\Common Files\Microsoft Shared\VC\msdia80.dll"`. The instructions bellow are executed under [cygwin](http://www.cygwin.com), but it's not a requirement, you can also build atom-shell under Windows's -- 2.7.4