From 15014f268931bd5bca39a50f80573bbe4b1a3a5e Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Fri, 23 Mar 2018 10:55:16 +0100 Subject: [PATCH] Clarify adb requirements Since _scrcpy_ also supports `adb forward`, remove the part about `adb reverse`. Make explicit that _adb_ is included in the prebuilt application for Windows (many users manually download the platform-tools for no reason). --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5be9a8a7..8757bb72 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ and _MacOS_. The Android part requires at least API 21 (Android 5.0). -You need [adb] (recent enough so that `adb reverse` is implemented, it works -with 1.0.36). It is available in the [Android SDK platform -tools][platform-tools], on packaged in your distribution (`android-adb-tools`). +You need [adb]. It is available in the [Android SDK platform +tools][platform-tools], or packaged in your distribution (`android-adb-tools`). -On Windows, just download the [platform-tools][platform-tools-windows] and -extract the following files to a directory accessible from your `PATH`: +On Windows, if you use the [prebuilt application](#windows), it is already +included. Otherwise, just download the [platform-tools][platform-tools-windows] +and extract the following files to a directory accessible from your `PATH`: - `adb.exe` - `AdbWinApi.dll` - `AdbWinUsbApi.dll`