Include install command for devtools-extension build instructions (#25053)

Include install command for devtools-extension build instructions
This commit is contained in:
Sebastian Silbermann
2022-10-05 17:27:09 +02:00
committed by GitHub
parent 2872a26e14
commit 65b3449c89

View File

@@ -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