Add scoop instructions for windows

This commit is contained in:
Yogev Boaron Ben-Har 2020-03-08 10:31:29 +02:00 committed by GitHub
parent c396758b4e
commit 2f6fd015fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,6 +82,12 @@ It is also available in [Chocolatey]:
choco install scrcpy
```
And in [Scoop](https://scoop.sh):
```bash
scoop install scrcpy
```
You need `adb`, accessible from your `PATH`. If you don't have it yet:
```bash