From bfefdd99ed796e687f8e999d97d5c06da46a7da0 Mon Sep 17 00:00:00 2001 From: clesiemo3 Date: Sat, 2 Jan 2021 11:18:23 -0600 Subject: [PATCH] use --cask for latest versions of brew --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d8214e02..9fb77bae 100644 --- a/README.md +++ b/README.md @@ -115,10 +115,17 @@ brew install scrcpy You need `adb`, accessible from your `PATH`. If you don't have it yet: +Homebrew<=2.6.0 ```bash brew cask install android-platform-tools ``` +Homebrew>=2.6.0 +```bash +brew install --cask android-platform-tools +``` + + You can also [build the app manually][BUILD].