mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-02 22:29:25 +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:
|
You need `adb`, accessible from your `PATH`. If you don't have it yet:
|
||||||
|
|
||||||
|
Homebrew<=2.6.0
|
||||||
```bash
|
```bash
|
||||||
brew cask install android-platform-tools
|
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].
|
You can also [build the app manually][BUILD].
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue