From c91ddbefd04ef19701884a7cf0b76000f2e2a7b2 Mon Sep 17 00:00:00 2001 From: Wliu <50Wliu@users.noreply.github.com> Date: Mon, 18 May 2015 19:26:44 -0400 Subject: [PATCH] Use bash highlighting instead of bat --- docs/build-instructions/windows.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/build-instructions/windows.md b/docs/build-instructions/windows.md index 3f8c27660..8cfe74e72 100644 --- a/docs/build-instructions/windows.md +++ b/docs/build-instructions/windows.md @@ -24,14 +24,14 @@ ## Instructions - ```bat - # Use the `Git Shell` app which was installed by GitHub for Windows. Also Make - # sure you have logged into the GitHub for Windows GUI App. - cd C:\ - git clone https://github.com/atom/atom/ - cd atom - script/build # Creates application in the `Program Files` directory - ``` +```bash +# Use the `Git Shell` program which was installed by GitHub for Windows. +# Also make sure that you are logged into GitHub for Windows. +cd C:\ +git clone https://github.com/atom/atom/ +cd atom +script/build # Creates application in the `Program Files` directory +``` ## Why do I have to use GitHub for Windows?