From e8127375aeba200b5c1a24a0c37c61516aae3ba1 Mon Sep 17 00:00:00 2001 From: Camilo Martinez Date: Wed, 12 Feb 2020 11:31:10 -0500 Subject: [PATCH] Add Chocolatey for Windows install PR #1144 Signed-off-by: Romain Vimont --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cb2fb75f..7be5f5f2 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,20 @@ For Windows, for simplicity, prebuilt archives with all the dependencies [direct-win32]: https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win32-v1.12.1.zip [direct-win64]: https://github.com/Genymobile/scrcpy/releases/download/v1.12.1/scrcpy-win64-v1.12.1.zip +It is also available in [Chocolatey]: + +[Chocolatey]: https://chocolatey.org/ + +```bash +choco install scrcpy +``` + +You need `adb`, accessible from your `PATH`. If you don't have it yet: + +```bash +choco install adb +``` + You can also [build the app manually][BUILD].