Skip to content

Commit 366a167

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

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

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

1414
## Installation
1515

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

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

20-
**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.
20+
**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.
2121

2222
```bash
2323
# Go to app folder
@@ -30,6 +30,8 @@ yarn
3030
yarn build-server
3131
```
3232

33+
After running the build command, you'll find the freshly built app in a new folder named **'out'**.
34+
3335
## React Native Component
3436

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

0 commit comments

Comments
 (0)