Mention cleaning on all three platforms

This commit is contained in:
Kevin Sawicki 2016-09-21 11:10:52 -07:00
parent c2c48c4079
commit a723d17f49
3 changed files with 17 additions and 1 deletions

View file

@ -105,7 +105,7 @@ After building is done, you can find the `electron` debug binary under `out/D`.
To clean the build files:
```bash
$ ./script/clean.py
$ npm run clean
```
## Troubleshooting