You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update installation instructions
Reorganized download/installation section, added instruction on installing via Homebrew.
Should be merged after Homebrew/homebrew-cask#24012 is accepted and merged.
* Replace inline code with code blocks
Copy file name to clipboardExpand all lines: readme.md
+20-5Lines changed: 20 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,31 @@
4
4
5
5
A CLI and OS X app for inspecting your [React JS](https://facebook.github.io/react/) and [React Native](https://facebook.github.io/react-native/) apps.
6
6
7
-
# Download
7
+
# Installing
8
8
9
-
[Download OS X App](https://github.com/reactotron/reactotron/releases/download/v1.0.0/Reactotron.app.zip) from GitHub...
9
+
## Install CLI with NPM
10
10
11
-
Or Install CLI with:
12
-
13
-
```
11
+
```sh
14
12
npm install -g reactotron-cli
15
13
```
16
14
15
+
## Install OS X application
16
+
17
+
[Download OS X App](https://github.com/reactotron/reactotron/releases/download/v1.0.0/Reactotron.app.zip) from GitHub release and drop the Reactotron.app to the Applications folder.
18
+
19
+
### Using Homebrew
20
+
21
+
Reactotron is also available via [Homebrew Cask](https://caskroom.github.io/) package manager. To ensure you get the latest version, update Homebrew first:
0 commit comments