Skip to content

Commit

Permalink
[easy] Clarify folders in react devtools readme #25077
Browse files Browse the repository at this point in the history
Clarify the folder from which we run various commands in the react-devtools readme
  • Loading branch information
rbalicki2 authored and rickhanlonii committed Oct 6, 2022
1 parent 85a1e89 commit 8cae66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ To use the latest build from CI, run the following command from the root of the
You can test the standalone DevTools by running the following:

* **First, complete the prerequisite steps above! If you don't do it, none of the steps below will work.**
* Then, run `yarn start:backend` and `yarn start:standalone` in `../react-devtools-core`
* Run `yarn start` in this folder
* Then, run `yarn start:backend` and `yarn start:standalone` in `packages/react-devtools-core`
* Run `yarn start` in `packages/react-devtools`
* Refresh the app after it has recompiled a change
* For React Native, copy `react-devtools-core` to its `node_modules` to test your changes.

0 comments on commit 8cae66c

Please sign in to comment.