From d4a40c7197054207f60b5fbcc847025c186b24bd Mon Sep 17 00:00:00 2001 From: g <63980406+gugulet-hu@users.noreply.github.com> Date: Sat, 12 Sep 2020 21:11:02 +0200 Subject: [PATCH] Extra notes --- readme.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 4d903bf..06124c9 100644 --- a/readme.md +++ b/readme.md @@ -10,11 +10,17 @@ This script syncs an Android with a Mac using adb and adb-sync. You will need to ## Dependencies -**adb** -_brew install android-platform-tools_ +**adb** -**adb-sync** -_git clone https://github.com/google/adb-sync.git_ +``` +_brew install android-platform-tools_ +``` + +[**adb-sync** + +``` +git clone https://github.com/google/adb-sync.git +``` ## Note