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:
dan sinclair 2020-10-30 15:03:21 +00:00 committed by Commit Bot service account
parent 5d40a5621b
commit 17e0deaeba
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ and add it to your PATH.
```sh
# 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
cp standalone.gclient .gclient