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:
Haren S 2021-05-06 17:56:41 +01:00 committed by Romain Vimont
parent 498ad23e98
commit 644a5ef14a

View file

@ -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].