Skip to content

Commit

Permalink
Document installation via winget on Windows
Browse files Browse the repository at this point in the history
PR #4005 <#4005>
Refs #1444 <#1444>
Refs #3932 <#3932>

Signed-off-by: Romain Vimont <[email protected]>
  • Loading branch information
TrangOul authored and rom1v committed May 17, 2023
1 parent cb20bcb commit 958f224
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 958f224

Please sign in to comment.