From 644a5ef14ae9559ca72365c37d8f6b63edbdbd6f Mon Sep 17 00:00:00 2001 From: Haren S Date: Thu, 6 May 2021 17:56:41 +0100 Subject: [PATCH] Add MacPorts documentation PR #2299 Signed-off-by: Romain Vimont --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 7a4b7d41..21f789d9 100644 --- a/README.md +++ b/README.md @@ -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].