mirror of https://github.com/Genymobile/scrcpy
Document missing --cask option for macOS
Installing android-platform-tools via brew install requires the option --cask. Refs #2004 <https://github.com/Genymobile/scrcpy/pull/2004> Refs #2231 <https://github.com/Genymobile/scrcpy/pull/2231> PR #5398 <https://github.com/Genymobile/scrcpy/pull/5398> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
04dd72b594
commit
f1f2711626
|
@ -13,7 +13,7 @@ brew install scrcpy
|
|||
You need `adb`, accessible from your `PATH`. If you don't have it yet:
|
||||
|
||||
```bash
|
||||
brew install android-platform-tools
|
||||
brew install --cask android-platform-tools
|
||||
```
|
||||
|
||||
Alternatively, Scrcpy is also available in [MacPorts], which sets up `adb` for you:
|
||||
|
|
Loading…
Reference in New Issue