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
18
18
19
19
For ** macOS** , you can use [ Homebrew Cask] ( https://caskroom.github.io ) to install:
20
20
21
+ ### < Homebrew 2.6.0
22
+
21
23
``` bash
22
24
$ brew update && brew cask install react-native-debugger
23
25
```
24
26
27
+ ### >= Homebrew 2.6.0
28
+
29
+ ``` bash
30
+ $ brew install [--cask] react-native-debugger
31
+ ```
32
+
25
33
This puts ` React Native Debugger.app ` in your ` /applications/ ` folder.
26
34
27
35
### 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
37
45
38
46
Install last release of v0.10 (0.10.7)
39
47
48
+ ### < Homebrew 2.6.0
49
+
40
50
` brew update && brew cask install https://raw.githubusercontent.com/Homebrew/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb `
41
51
52
+ ### >= Homebrew 2.6.0
53
+
54
+ ` brew install [--cask] https://raw.githubusercontent.com/Homebrew/homebrew-cask/b6ac3795c1df9f97242481c0817b1165e3e6306a/Casks/react-native-debugger.rb `
55
+
42
56
## Documentation
43
57
44
58
- [ Getting Started] ( docs/getting-started.md )
You can’t perform that action at this time.
0 commit comments