One command per line
Change-Id: I35253ef04c307af85e07f0c4f9691ab0dcacc6fe Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/31384 Commit-Queue: Ryan Harrison <rharrison@chromium.org> Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
parent
5d40a5621b
commit
17e0deaeba
|
@ -28,7 +28,8 @@ and add it to your PATH.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Clone the repo as "tint"
|
# Clone the repo as "tint"
|
||||||
git clone https://dawn.googlesource.com/tint tint && cd tint
|
git clone https://dawn.googlesource.com/tint tint
|
||||||
|
cd tint
|
||||||
|
|
||||||
# Bootstrap the gclient configuration
|
# Bootstrap the gclient configuration
|
||||||
cp standalone.gclient .gclient
|
cp standalone.gclient .gclient
|
||||||
|
|
Loading…
Reference in New Issue