Skip to content

Commit

Permalink
Clarify running instructions (#1325)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Updated readme for syntax consistency
  • Loading branch information
hedgerh authored and amilajack committed Dec 6, 2017
1 parent 7cf7d21 commit 3788bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Start the app in the `dev` environment. This starts the renderer process in [**h
$ npm run dev
```

Run these two commands __simultaneously__ in different console tabs:
Alternatively, you can run the renderer and main processes separately. This way, you can restart one process without waiting for the other. Run these two commands **simultaneously** in different console tabs:

```bash
$ npm run start-renderer-dev
Expand Down

0 comments on commit 3788bcb

Please sign in to comment.