Skip to content

Commit 00d4f95

Browse files
authored
Document prerequisites for download-experimental-build (#21005)
1 parent c06d245 commit 00d4f95

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

packages/react-devtools-extensions/README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@ To build dependencies from source, run the following command from the root of th
2020
yarn build-for-devtools
2121
```
2222
#### Download from CI
23-
To use the latest build from CI, run the following command from the root of the repository:
23+
To use the latest build from CI, run the following commands starting from the root of the repository:
2424
```sh
25-
./scripts/release/download-experimental-build.js
25+
cd scripts/release
26+
yarn install
27+
./download-experimental-build.js
2628
```
2729
### Build steps
2830
Once the above packages have been built or downloaded, you can build the extension by running:

0 commit comments

Comments
 (0)