Fix slash in Windows build instructions

This could be mildly confusing to some who are unfamiliar with using bash.
This commit is contained in:
CoolOppo
2014-05-22 15:44:37 -04:00
parent fe31d2d28a
commit fd5ea8a0b1

View File

@@ -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?