From 2f6fd015fabc0d788f3c964d1af358326c4271e2 Mon Sep 17 00:00:00 2001 From: Yogev Boaron Ben-Har Date: Sun, 8 Mar 2020 10:31:29 +0200 Subject: [PATCH] Add scoop instructions for windows --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 161b42f1..4403ad51 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,12 @@ It is also available in [Chocolatey]: choco install scrcpy ``` +And in [Scoop](https://scoop.sh): +```bash +scoop install scrcpy +``` + + You need `adb`, accessible from your `PATH`. If you don't have it yet: ```bash