Skip to content

Commit 917c371

Browse files
author
S.ZHeng
authored
Update README.md (#554)
1 parent c6c06ad commit 917c371

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@ To install the app, you can download a prebuilt binary from the [release page](h
1818

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

21+
### < Homebrew 2.6.0
22+
2123
```bash
2224
$ brew update && brew cask install react-native-debugger
2325
```
2426

27+
### >= Homebrew 2.6.0
28+
29+
```bash
30+
$ brew install [--cask] react-native-debugger
31+
```
32+
2533
This puts `React Native Debugger.app` in your `/applications/` folder.
2634

2735
### NOTICE: React Native Compatibility
@@ -37,8 +45,14 @@ We used different auto-update feed for `v0.10` and `v0.11`, so you won't see upd
3745

3846
Install last release of v0.10 (0.10.7)
3947

48+
### < Homebrew 2.6.0
49+
4050
`brew update && brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb`
4151

52+
### >= Homebrew 2.6.0
53+
54+
`brew install [--cask] https://raw.githubusercontent.com/Homebrew/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb`
55+
4256
## Documentation
4357

4458
- [Getting Started](docs/getting-started.md)

0 commit comments

Comments
 (0)