mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-21 03:55:05 +00:00
use --cask for latest versions of brew
This commit is contained in:
parent
c5c5fc18ae
commit
bfefdd99ed
1 changed files with 7 additions and 0 deletions
|
@ -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].
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue