Skip to content

Commit 7469d10

Browse files
authored
Update README.md
1 parent 366a167 commit 7469d10

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

packages/react-native-query-devtool/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ The standalone app allows you to visualize and debug query data from your React
1111

1212
## Installation
1313

14-
You can download the standalone app from the following link. Currently, it's available only for macOS M1:
14+
You can download the standalone app from the following link. Currently, it's available only for **macOS M1**:
1515

1616
[Download latest App](https://github.com/jossydeleon/react-native-query-devtool-monorepo/releases)
1717

18-
**Windows and Linux users:** You need to build the app from source as it's currently only available for macOS M1. Ensure to set up your environment accordingly before building the app.
18+
**Windows and Linux users:** You need to build the app from source as it's currently only available for **macOS M1**. Ensure to set up your environment accordingly before building the app.
1919

2020
```bash
2121
# Go to app folder
@@ -28,6 +28,8 @@ yarn
2828
yarn build-server
2929
```
3030

31+
After running the build command, you'll find the freshly built app in a new folder named **'out'**.
32+
3133
## React Native Component
3234

3335
To use the devtool component in your React Native project, install the package:

0 commit comments

Comments
 (0)