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:
parent
24ade6ad77
commit
bc7508427b
1 changed files with 9 additions and 0 deletions
|
@ -83,6 +83,15 @@ choco install scrcpy
|
||||||
choco install adb # if you don't have it yet
|
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].
|
You can also [build the app manually][BUILD].
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue