Extra notes
This commit is contained in:
parent
903182c1b7
commit
d4a40c7197
1 changed files with 9 additions and 3 deletions
14
readme.md
14
readme.md
|
|
@ -10,11 +10,17 @@ This script syncs an Android with a Mac using adb and adb-sync. You will need to
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
**adb**
|
**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
|
## Note
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue