From 1aa49e8213afcd48c077274321bc56b4e1ccc485 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Fri, 17 Jul 2020 02:12:30 +0200 Subject: [PATCH] Fix a minor oversight in Windows instructions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f527dd..0fc8e07 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ You need the same version otherwise it will not work. It's very likely your Ubun Download the lastest linux plateform tools from Google and replace your adb binaries with the new ones : ```bash $ wget https://dl.google.com/android/repository/platform-tools-latest-linux.zip +$ unzip platform-tools-latest-linux.zip $ sudo cp platform-tools/adb /usr/bin/adb $ sudo chmod 755 /usr/bin/adb $ adb version