Add instructions to clean build products
This commit is contained in:
parent
8a2b665097
commit
40b6a1a37c
1 changed files with 11 additions and 0 deletions
|
@ -86,6 +86,17 @@ $ ./script/build.py -c D
|
|||
After building is done, you can find the `electron` debug binary
|
||||
under `out/D`.
|
||||
|
||||
|
||||
## Cleaning
|
||||
|
||||
|
||||
To clean the build files:
|
||||
|
||||
```bash
|
||||
$ ./script/clean.py
|
||||
```
|
||||
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
Make sure you have installed all the build dependencies.
|
||||
|
|
Loading…
Reference in a new issue