Skip to content

Commit

Permalink
Use --cask for latest versions of brew
Browse files Browse the repository at this point in the history
PR #2004 <#2004>

Signed-off-by: Romain Vimont <rom@rom1v.com>
  • Loading branch information
clesiemo3 authored and rom1v committed Jan 2, 2021
1 parent c5c5fc1 commit 192fbd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -116,6 +116,10 @@ brew install scrcpy
You need `adb`, accessible from your `PATH`. If you don't have it yet:

```bash
# Homebrew >= 2.6.0
brew install --cask android-platform-tools

# Homebrew < 2.6.0
brew cask install android-platform-tools
```

Expand Down

0 comments on commit 192fbd8

Please sign in to comment.