Merge pull request #902 from IgorKlopov/patch-2

Why not verbose?
This commit is contained in:
Cheng Zhao 2014-12-08 21:44:00 -08:00
commit 9e1d3f9e27
3 changed files with 3 additions and 3 deletions

View file

@ -38,7 +38,7 @@ there is no `Makefile` generated.
```bash
$ cd atom-shell
$ ./script/bootstrap.py
$ ./script/bootstrap.py -v
```
## Building

View file

@ -25,7 +25,7 @@ there is no Xcode project generated.
```bash
$ cd atom-shell
$ ./script/bootstrap.py
$ ./script/bootstrap.py -v
```
## Building

View file

@ -35,7 +35,7 @@ there is no Visual Studio project generated.
```powershell
cd atom-shell
python script\bootstrap.py
python script\bootstrap.py -v
```
## Building