Use --cask for latest versions of brew
PR #2004 <https://github.com/Genymobile/scrcpy/pull/2004> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
c5c5fc18ae
commit
192fbd8450
1 changed files with 4 additions and 0 deletions
|
@ -116,6 +116,10 @@ brew install scrcpy
|
||||||
You need `adb`, accessible from your `PATH`. If you don't have it yet:
|
You need `adb`, accessible from your `PATH`. If you don't have it yet:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Homebrew >= 2.6.0
|
||||||
|
brew install --cask android-platform-tools
|
||||||
|
|
||||||
|
# Homebrew < 2.6.0
|
||||||
brew cask install android-platform-tools
|
brew cask install android-platform-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue