Skip to content

Commit 265347f

Browse files
DerekParkjhen0409
authored andcommitted
Clarify Installation Instructions (#300)
* Update README.md Clarify Installation Instructions * Update getting-started.md Clarify Installation Instructions
1 parent 3312a1e commit 265347f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This is a standalone app for debugging React Native apps:
1414

1515
## Installation
1616

17-
The prebuilt binaries can be found on the [releases](https://github.com/jhen0409/react-native-debugger/releases) page.
17+
To install the app, you can download a prebuilt binary from the [release page](https://github.com/jhen0409/react-native-debugger/releases).
1818

1919
For **macOS**, you can use [Homebrew Cask](https://caskroom.github.io) to install:
2020

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Getting Started
22

33
Just these steps will let you start RNDebugger out of box:
4-
4+
- Install the latest version ([download page](https://github.com/jhen0409/react-native-debugger/releases)).
55
- Make sure all debugger clients of React Native are closed, usually are `http://localhost:<port>/debugger-ui`
66
- Make sure RNDebugger is open and wait state.
77
- RNDebugger will try connect to debugger proxy, use port `8081` by default, you can new debugger window (macOS: `Command+T`, Linux/Windows: `Ctrl+T`) to specify the port if you want.

0 commit comments

Comments
 (0)