Extra notes
This commit is contained in:
parent
903182c1b7
commit
d4a40c7197
1 changed files with 9 additions and 3 deletions
12
readme.md
12
readme.md
|
|
@ -11,10 +11,16 @@ 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-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
|
||||
|
||||
|
|
|
|||
Reference in a new issue