Add scoop instructions for Windows

PR #1202 <https://github.com/Genymobile/scrcpy/pull/1202>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Yogev Boaron Ben-Har 2020-03-08 10:31:29 +02:00 committed by Romain Vimont
parent 24ade6ad77
commit bc7508427b

View file

@ -83,6 +83,15 @@ choco install scrcpy
choco install adb # if you don't have it yet
```
And in [Scoop]:
```bash
scoop install scrcpy
scoop install adb # if you don't have it yet
```
[Scoop]: https://scoop.sh
You can also [build the app manually][BUILD].