From 817f0fad5431fc3ebd20737461b62f88219d900b Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Mon, 15 Mar 2021 14:48:44 +0100 Subject: [PATCH] Document prerequisites for download-experimental-build (#21005) --- packages/react-devtools-extensions/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/react-devtools-extensions/README.md b/packages/react-devtools-extensions/README.md index cef2bc9c6db3b..8117ffaad03f3 100644 --- a/packages/react-devtools-extensions/README.md +++ b/packages/react-devtools-extensions/README.md @@ -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: