docs: make gclient config command Windows friendly (#17900)
This commit is contained in:
parent
316abe21f9
commit
0b0f677432
1 changed files with 1 additions and 4 deletions
|
@ -64,10 +64,7 @@ export SCCACHE_TWO_TIER=true
|
|||
|
||||
```sh
|
||||
$ mkdir electron-gn && cd electron-gn
|
||||
$ gclient config \
|
||||
--name "src/electron" \
|
||||
--unmanaged \
|
||||
https://github.com/electron/electron
|
||||
$ gclient config --name "src/electron" --unmanaged https://github.com/electron/electron
|
||||
$ gclient sync --with_branch_heads --with_tags
|
||||
# This will take a while, go get a coffee.
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue