Update CONTRIBUTING.md

This commit is contained in:
Brian Vaughn 2021-07-08 14:37:13 -04:00 committed by GitHub
parent 27423de395
commit 92af60afb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -8,10 +8,6 @@ git clone git@github.com:facebook/react.git
Next install dependencies:
```sh
cd <react-repo>
yarn install
cd scripts/release
yarn install
```
@ -22,7 +18,11 @@ Next, check out (or build) the local version of React that DevTools uses:
To check out the latest version of React (built by CI from the `main` branch) run:
```sh
cd <react-repo>
scripts/release/download-experimental-build.js --commit=main
cd scripts/release
yarn install
./download-experimental-build.js --commit=main
```
### Option 2: Build from source