README Update 'How to use it' section

This commit is contained in:
w1nst0n 2019-04-20 01:38:20 +02:00
parent 855607e799
commit 2e84534a0e

View file

@ -38,11 +38,12 @@ Bash script using ADB for unrooted smartphones.
## How to use it (Newbies) : ## How to use it (Newbies) :
- Install *Android plateform tools* with your package manager : - Install *Android plateform tools* with your package manager :
Debian Base : Debian Base :
```console ```console
apt-get install android-sdk-platform-tools apt-get install android-sdk-platform-tools
``` ```
Arc-Linux Base Arc-Linux Base :
```console ```console
pacman -S android-tools pacman -S android-tools
``` ```