From 2e84534a0eb3ba218314ecc432d6b89cfcfccff9 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Sat, 20 Apr 2019 01:38:20 +0200 Subject: [PATCH] README Update 'How to use it' section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 96ab19f..55f91ce 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,12 @@ Bash script using ADB for unrooted smartphones. ## How to use it (Newbies) : - Install *Android plateform tools* with your package manager : + Debian Base : ```console apt-get install android-sdk-platform-tools ``` - Arc-Linux Base + Arc-Linux Base : ```console pacman -S android-tools ```