Skip to content

Commit

Permalink
Document prerequisites for download-experimental-build (#21005)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Mar 15, 2021
1 parent c06d245 commit 00d4f95
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/react-devtools-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,11 @@ To build dependencies from source, run the following command from the root of th
yarn build-for-devtools
```
#### Download from CI
To use the latest build from CI, run the following command from the root of the repository:
To use the latest build from CI, run the following commands starting from the root of the repository:
```sh
./scripts/release/download-experimental-build.js
cd scripts/release
yarn install
./download-experimental-build.js
```
### Build steps
Once the above packages have been built or downloaded, you can build the extension by running:
Expand Down

0 comments on commit 00d4f95

Please sign in to comment.