From 35a1a9d395d9006653739fbe4a5dcee33b5ab517 Mon Sep 17 00:00:00 2001 From: Haren S Date: Thu, 6 May 2021 17:56:41 +0100 Subject: [PATCH] Add MacPorts Documentation --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a4b7d4113..180f6de1bb 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,15 @@ You can also [build the app manually][BUILD]. ### macOS -The application is available in [Homebrew]. Just install it: +The application is available in [MacPorts], which sets up adb for you: + +```bash +sudo port install scrcpy +``` + +[MacPorts]: https://www.macports.org/ + +It's also available in [Homebrew]. Just install it: [Homebrew]: https://brew.sh/