Skip to content

Commit

Permalink
Use bash highlighting instead of bat
Browse files Browse the repository at this point in the history
  • Loading branch information
Wliu authored and Wliu committed May 18, 2015
1 parent 8556f39 commit c91ddbe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions docs/build-instructions/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit c91ddbe

Please sign in to comment.