.
This commit is contained in:
parent
92482885f1
commit
e2559f5fea
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@ This script syncs an Android with a Mac using adb and adb-sync. You will need to
|
||||||
**adb**
|
**adb**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
_brew install android-platform-tools_
|
brew install android-platform-tools
|
||||||
```
|
```
|
||||||
|
|
||||||
[**adb-sync**
|
**adb-sync**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/google/adb-sync.git
|
git clone https://github.com/google/adb-sync.git
|
||||||
|
|
|
||||||
Reference in a new issue