use --cask for latest versions of brew

This commit is contained in:
clesiemo3 2021-01-02 11:18:23 -06:00
parent c5c5fc18ae
commit bfefdd99ed

View file

@ -115,10 +115,17 @@ brew install scrcpy
You need `adb`, accessible from your `PATH`. If you don't have it yet:
Homebrew<=2.6.0
```bash
brew cask install android-platform-tools
```
Homebrew>=2.6.0
```bash
brew install --cask android-platform-tools
```
You can also [build the app manually][BUILD].