summaryrefslogtreecommitdiff
path: root/chromium/third_party/webgpu-cts/src/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/webgpu-cts/src/README.md')
-rw-r--r--chromium/third_party/webgpu-cts/src/README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/chromium/third_party/webgpu-cts/src/README.md b/chromium/third_party/webgpu-cts/src/README.md
index e242cbc8e00..75394d297ed 100644
--- a/chromium/third_party/webgpu-cts/src/README.md
+++ b/chromium/third_party/webgpu-cts/src/README.md
@@ -19,12 +19,11 @@ The WebGPU CTS is written in TypeScript, and builds into two directories:
### Setup
-After checking out the repository and installing Yarn, run these commands to
-set up dependencies:
+After checking out the repository and installing node/npm, run these commands
+in the checkout:
```sh
-cd webgpu/
-yarn install
+npm install
npx grunt # show available grunt commands
```