From ce6e5d1969185ff367eca8ac5e352aa16f20d13b Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Fri, 17 Aug 2018 19:51:25 +0200 Subject: [PATCH] Explain how to install adb on Mac OS The package scrcpy from Homebrew does not install adb. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e8ada144..df9c44c6 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ The application is available in [Homebrew]. Just install it: 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].