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.
|
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
|
```bash
|
||||||
choco install scrcpy
|
choco install scrcpy
|
||||||
|
@ -30,6 +36,7 @@ scoop install scrcpy
|
||||||
scoop install adb # if you don't have it yet
|
scoop install adb # if you don't have it yet
|
||||||
```
|
```
|
||||||
|
|
||||||
|
[Winget]: https://github.com/microsoft/winget-cli
|
||||||
[Chocolatey]: https://chocolatey.org/
|
[Chocolatey]: https://chocolatey.org/
|
||||||
[Scoop]: https://scoop.sh
|
[Scoop]: https://scoop.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue