📝 Add the --no-install flag to the windows build readme

This commit is contained in:
Cole R Lawrence 2016-04-09 13:58:31 -05:00
parent 9131834171
commit 88aa5cc68e

View File

@ -45,6 +45,7 @@ This will create the Atom application in the `out\Atom` folder as well as copy i
```bash
./script/build --build-dir Z:\Some\Temporary\Directory\
```
* `--no-install` - Skips the installation task after building.
* `--verbose` - Verbose mode. A lot more information output.
## Do I have to use GitHub Desktop?