Replace cmd with bash
authorJessica Lord <jessica.lord@github.com>
Wed, 27 May 2015 19:51:19 +0000 (12:51 -0700)
committerJessica Lord <jessica.lord@github.com>
Wed, 27 May 2015 19:51:19 +0000 (12:51 -0700)
Markdown parser doesn’t recognize cmd.

docs/tutorial/application-distribution.md
docs/tutorial/quick-start.md

index bb969ef..5c76f14 100644 (file)
@@ -111,7 +111,7 @@ environment variable and have a clean rebuild:
 
 __Windows__
 
-```cmd
+```bash
 > set "GYP_DEFINES=project_name=myapp product_name=MyApp"
 > python script\clean.py
 > python script\bootstrap.py
index fbdad5b..073d2ee 100644 (file)
@@ -133,7 +133,7 @@ Electron binary to execute your app directly.
 
 On Windows:
 
-```cmd
+```bash
 $ .\electron\electron.exe your-app\
 ```