mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-20 19:45:00 +00:00
Add chocolatey for windows install
This commit is contained in:
parent
1144f64214
commit
7bcda575c3
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -77,8 +77,21 @@ For Windows, for simplicity, prebuilt archives with all the dependencies
|
|||
[direct-win32]: https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win32-v1.12.1.zip
|
||||
[direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win64-v1.12.1.zip
|
||||
|
||||
You can also [build the app manually][BUILD].
|
||||
Also available in [Chocolatey]. Just install it:
|
||||
|
||||
[Chocolatey]: https://chocolatey.org/
|
||||
|
||||
```bash
|
||||
choco install scrcpy
|
||||
```
|
||||
|
||||
You need `adb`, accessible from your `PATH`. If you don't have it yet:
|
||||
|
||||
```bash
|
||||
https://chocolatey.org/packages/adb
|
||||
```
|
||||
|
||||
You can also [build the app manually][BUILD].
|
||||
|
||||
### macOS
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue