mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-19 19:15:08 +00:00
Reintroduce WinGet install note
Semantically reverts c27ab46efb
.
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
1 changed files with 7 additions and 1 deletions
|
@ -20,6 +20,12 @@ and extract it.
|
|||
|
||||
### From a package manager
|
||||
|
||||
From [WinGet] (ADB and other dependencies will be installed alongside scrcpy):
|
||||
|
||||
```bash
|
||||
winget install --exact Genymobile.scrcpy
|
||||
```
|
||||
|
||||
From [Chocolatey]:
|
||||
|
||||
```bash
|
||||
|
@ -29,12 +35,12 @@ choco install adb # if you don't have it yet
|
|||
|
||||
From [Scoop]:
|
||||
|
||||
|
||||
```bash
|
||||
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…
Add table
Reference in a new issue