From fd5ea8a0b163f893f2285e492b6938cb19085138 Mon Sep 17 00:00:00 2001 From: CoolOppo Date: Thu, 22 May 2014 15:44:37 -0400 Subject: [PATCH] Fix slash in Windows build instructions This could be mildly confusing to some who are unfamiliar with using bash. --- docs/build-instructions/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build-instructions/windows.md b/docs/build-instructions/windows.md index 44ff5a6d5..8d9a65c88 100644 --- a/docs/build-instructions/windows.md +++ b/docs/build-instructions/windows.md @@ -16,7 +16,7 @@ cd C:\ git clone https://github.com/atom/atom/ cd atom - script\build + script/build ``` ## Why do I have to use GitHub for Windows?