Fixing the repo for upload.
This commit is contained in:
parent
e7b05de983
commit
2ff464c7ce
7 changed files with 20 additions and 44 deletions
10
readme.md
Normal file → Executable file
10
readme.md
Normal file → Executable file
|
|
@ -1,22 +1,20 @@
|
|||
# mobisync
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
  [](https://opensource.org/licenses/MIT)
|
||||
|
||||

|
||||
|
||||
This script syncs an Android with a Mac using adb and adb-sync. You will need to edit the script to meet your own needs. You will need to enable 'USB Debugging' mode in Developer options on your Android in order for this to work.
|
||||
> This script syncs an Android with a Mac using adb and adb-sync. You will need to edit the script to meet your own needs. You will need to enable 'USB Debugging' mode in Developer options on your Android in order for this to work.
|
||||
|
||||
**WARNING: This app will delete files on your android. Be careful!**
|
||||
|
||||
## Dependencies
|
||||
|
||||
**adb**
|
||||
- `adb`
|
||||
|
||||
```bash
|
||||
brew install android-platform-tools
|
||||
```
|
||||
|
||||
**adb-sync**
|
||||
- `adb-sync`
|
||||
|
||||
```bash
|
||||
git clone https://github.com/google/adb-sync.git
|
||||
|
|
|
|||
Reference in a new issue