From 24ade6ad7740a5428a531c5b22a8b72ed0987bd5 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Sat, 14 Mar 2020 17:07:20 +0100 Subject: [PATCH] Simplify Chocolatey documentation --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 161b42f1..c8257b49 100644 --- a/README.md +++ b/README.md @@ -80,12 +80,7 @@ It is also available in [Chocolatey]: ```bash choco install scrcpy -``` - -You need `adb`, accessible from your `PATH`. If you don't have it yet: - -```bash -choco install adb +choco install adb # if you don't have it yet ``` You can also [build the app manually][BUILD].