Replace cmd with bash
Markdown parser doesn’t recognize cmd.
This commit is contained in:
parent
6ee8f6e4f2
commit
014d80c359
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -133,7 +133,7 @@ Electron binary to execute your app directly.
|
|||
|
||||
On Windows:
|
||||
|
||||
```cmd
|
||||
```bash
|
||||
$ .\electron\electron.exe your-app\
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue