Skip to content

Commit 65b3449

Browse files
authored
Include install command for devtools-extension build instructions (#25053)
Include install command for devtools-extension build instructions
1 parent 2872a26 commit 65b3449

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/react-devtools-extensions/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ DevTools depends on local versions of several NPM packages<sup>1</sup> also in t
1515

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

18+
To install all necessary dependencies, run the following command from the root of the repository:
19+
20+
```sh
21+
yarn install
22+
```
23+
1824
#### Build from source
1925
To build dependencies from source, run the following command from the root of the repository:
2026
```sh

0 commit comments

Comments
 (0)