Skip to content

Commit 6536901

Browse files
Jakub Synowiecskellock
Jakub Synowiec
authored andcommitted
Update installation instructions (infinitered#164)
* 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
1 parent f8deae3 commit 6536901

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

readme.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,31 @@
44

55
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.
66

7-
# Download
7+
# Installing
88

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
1010

11-
Or Install CLI with:
12-
13-
```
11+
```sh
1412
npm install -g reactotron-cli
1513
```
1614

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:
22+
23+
```sh
24+
brew update
25+
```
26+
27+
Then simply type:
28+
29+
```
30+
brew cask install reactotron
31+
```
1732

1833
# About
1934

0 commit comments

Comments
 (0)