Merge pull request #1792 from atom/jl-cmd

Replace cmd with bash
This commit is contained in:
Jessica Lord 2015-05-27 14:37:17 -07:00
commit 2060acd914
2 changed files with 2 additions and 2 deletions

View 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

View file

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