Replace cmd with bash

Markdown parser doesn’t recognize cmd.
This commit is contained in:
Jessica Lord 2015-05-27 12:51:19 -07:00
parent 6ee8f6e4f2
commit 014d80c359
2 changed files with 2 additions and 2 deletions

View file

@ -111,7 +111,7 @@ environment variable and have a clean rebuild:
__Windows__ __Windows__
```cmd ```bash
> set "GYP_DEFINES=project_name=myapp product_name=MyApp" > set "GYP_DEFINES=project_name=myapp product_name=MyApp"
> python script\clean.py > python script\clean.py
> python script\bootstrap.py > python script\bootstrap.py

View file

@ -133,7 +133,7 @@ Electron binary to execute your app directly.
On Windows: On Windows:
```cmd ```bash
$ .\electron\electron.exe your-app\ $ .\electron\electron.exe your-app\
``` ```