mirror of https://github.com/Genymobile/scrcpy
Explain how to install adb on Mac OS
The package scrcpy from Homebrew does not install adb.
This commit is contained in:
parent
963890e9c2
commit
ce6e5d1969
|
@ -58,6 +58,12 @@ The application is available in [Homebrew]. Just install it:
|
||||||
brew install scrcpy
|
brew install scrcpy
|
||||||
```
|
```
|
||||||
|
|
||||||
|
You need `adb`, accessible from your `PATH`. If you don't have it yet:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew cask install android-platform-tools
|
||||||
|
```
|
||||||
|
|
||||||
You can also [build the app manually][BUILD].
|
You can also [build the app manually][BUILD].
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue