commit
9e1d3f9e27
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ there is no `Makefile` generated.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd atom-shell
|
$ cd atom-shell
|
||||||
$ ./script/bootstrap.py
|
$ ./script/bootstrap.py -v
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
|
@ -25,7 +25,7 @@ there is no Xcode project generated.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ cd atom-shell
|
$ cd atom-shell
|
||||||
$ ./script/bootstrap.py
|
$ ./script/bootstrap.py -v
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
|
@ -35,7 +35,7 @@ there is no Visual Studio project generated.
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
cd atom-shell
|
cd atom-shell
|
||||||
python script\bootstrap.py
|
python script\bootstrap.py -v
|
||||||
```
|
```
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue