File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,18 @@ To install the app, you can download a prebuilt binary from the [release page](h
1818
1919For ** 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+
2533This 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
3846Install 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 )
You can’t perform that action at this time.
0 commit comments