tidy up docs

This commit is contained in:
Brendan Forster 2017-08-14 13:41:41 +10:00
parent 0d07dd14ab
commit 251859fce3

View file

@ -23,18 +23,8 @@ The Desktop repository includes a list of recommended extensions:
### Chrome
1. Run the command `npm run start`
1. Run the command `npm start`
2. Open _Chrome Dev Tools_
[React Dev Tools](https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en) should automatically install itself on first start. If you would also like to use [Devtron](http://electron.atom.io/devtron/), run the command `require('devtron').install()` inside of the console in _Chrome Dev Tools_.
### Visual Studio Code
1. Run the command `npm run debug`
2. Select the _Debug_ view from the view bar
3. Select the process you would like to attach to (this will usually be the _Renderer_ process)
4. Press `F5` or the green play button
![](https://cloud.githubusercontent.com/assets/1715082/22712204/90ca44fa-ed49-11e6-9110-ffa9c1d4f752.jpg)