Fix a minor oversight in Windows instructions

This commit is contained in:
w1nst0n 2020-07-17 02:12:30 +02:00
parent 5df5661b7d
commit 1aa49e8213

View file

@ -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