g_it/mobisync
Archived
1
0
Fork 0

Extra notes

This commit is contained in:
g 2020-09-12 21:11:02 +02:00
commit d4a40c7197

View file

@ -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