Mention cleaning on all three platforms
authorKevin Sawicki <kevinsawicki@gmail.com>
Wed, 21 Sep 2016 18:10:52 +0000 (11:10 -0700)
committerKevin Sawicki <kevinsawicki@gmail.com>
Wed, 21 Sep 2016 18:10:52 +0000 (11:10 -0700)
docs/development/build-instructions-linux.md
docs/development/build-instructions-osx.md
docs/development/build-instructions-windows.md

index eff71b3..e6f9b33 100644 (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
index 7bf89f5..8d87a49 100644 (file)
@@ -51,6 +51,14 @@ After building is done, you can find `Electron.app` under `out/D`.
 Electron can only be built for a 64bit target on macOS and there is no plan to
 support 32bit macOS in the future.
 
+## Cleaning
+
+To clean the build files:
+
+```bash
+$ npm run clean
+```
+
 ## Tests
 
 Test your changes conform to the project coding style using:
index 400fa37..d66ca18 100644 (file)
@@ -77,6 +77,14 @@ To generate a Visual Studio project, you can pass the `--msvs` parameter:
 $ python script\bootstrap.py --msvs
 ```
 
+## Cleaning
+
+To clean the build files:
+
+```powershell
+$ npm run clean
+```
+
 ## Tests
 
 Test your changes conform to the project coding style using: