Reintroduce WinGet install note
Semantically reverts c27ab46efbcab0b9558a91e691d799ffef496c97. WinGet package has been fixed by: <https://github.com/microsoft/winget-pkgs/pull/196442> Refs #4027 <https://github.com/Genymobile/scrcpy/issues/4027> PR #5686 <https://github.com/Genymobile/scrcpy/pull/5686> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
1fd57ede1f
commit
cef7e14202
@ -20,6 +20,12 @@ and extract it.
|
|||||||
|
|
||||||
### From a package manager
|
### From a package manager
|
||||||
|
|
||||||
|
From [WinGet] (ADB and other dependencies will be installed alongside scrcpy):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
winget install --exact Genymobile.scrcpy
|
||||||
|
```
|
||||||
|
|
||||||
From [Chocolatey]:
|
From [Chocolatey]:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -29,12 +35,12 @@ choco install adb # if you don't have it yet
|
|||||||
|
|
||||||
From [Scoop]:
|
From [Scoop]:
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scoop install scrcpy
|
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…
x
Reference in New Issue
Block a user