commit
9e1d3f9e27
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ there is no `Makefile` generated.
|
|||
|
||||
```bash
|
||||
$ cd atom-shell
|
||||
$ ./script/bootstrap.py
|
||||
$ ./script/bootstrap.py -v
|
||||
```
|
||||
|
||||
## Building
|
||||
|
|
|
@ -25,7 +25,7 @@ there is no Xcode project generated.
|
|||
|
||||
```bash
|
||||
$ cd atom-shell
|
||||
$ ./script/bootstrap.py
|
||||
$ ./script/bootstrap.py -v
|
||||
```
|
||||
|
||||
## Building
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue