Document installation via winget on Windows
PR #4005 <https://github.com/Genymobile/scrcpy/pull/4005> Refs #1444 <https://github.com/Genymobile/scrcpy/issues/1444> Refs #3932 <https://github.com/Genymobile/scrcpy/issues/3932> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
cb20bcb16f
commit
958f22490b
1 changed files with 8 additions and 1 deletions
|
@ -15,7 +15,13 @@ Download the [latest release]:
|
|||
|
||||
and extract it.
|
||||
|
||||
Alternatively, you could install it from packages manager, like [Chocolatey]:
|
||||
Alternatively, you could install it from packages manager, like [Winget]:
|
||||
|
||||
```bash
|
||||
winget install scrcpy
|
||||
```
|
||||
|
||||
or [Chocolatey]:
|
||||
|
||||
```bash
|
||||
choco install scrcpy
|
||||
|
@ -30,6 +36,7 @@ scoop install scrcpy
|
|||
scoop install adb # if you don't have it yet
|
||||
```
|
||||
|
||||
[Winget]: https://github.com/microsoft/winget-cli
|
||||
[Chocolatey]: https://chocolatey.org/
|
||||
[Scoop]: https://scoop.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue