Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn authored Jul 8, 2021
1 parent 27423de commit 92af60a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/react-devtools/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
Expand Down

0 comments on commit 92af60a

Please sign in to comment.