Skip to content

Commit

Permalink
Include install command for devtools-extension build instructions (#2…
Browse files Browse the repository at this point in the history
…5053)

Include install command for devtools-extension build instructions
  • Loading branch information
eps1lon authored Oct 5, 2022
1 parent 2872a26 commit 65b3449
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/react-devtools-extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ DevTools depends on local versions of several NPM packages<sup>1</sup> also in t

<sup>1</sup> Note that at this time, an _experimental_ build is required because DevTools depends on the `createRoot` API.

To install all necessary dependencies, run the following command from the root of the repository:

```sh
yarn install
```

#### Build from source
To build dependencies from source, run the following command from the root of the repository:
```sh
Expand Down

0 comments on commit 65b3449

Please sign in to comment.