docs: make gclient config command Windows friendly (#17900)

This commit is contained in:
Milan Burda 2019-04-23 11:11:35 +02:00 committed by Alexey Kuzmin
parent 316abe21f9
commit 0b0f677432

View file

@ -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.
```