Add MacPorts documentation
PR #2299 <https://github.com/Genymobile/scrcpy/pull/2299> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
498ad23e98
commit
644a5ef14a
1 changed files with 9 additions and 0 deletions
|
@ -130,6 +130,15 @@ You need `adb`, accessible from your `PATH`. If you don't have it yet:
|
|||
brew install android-platform-tools
|
||||
```
|
||||
|
||||
It's also available in [MacPorts], which sets up adb for you:
|
||||
|
||||
```bash
|
||||
sudo port install scrcpy
|
||||
```
|
||||
|
||||
[MacPorts]: https://www.macports.org/
|
||||
|
||||
|
||||
You can also [build the app manually][BUILD].
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue