0

Small fix to doc for working remotely on android.

Review-Url: https://codereview.chromium.org/2359473002
Cr-Commit-Position: refs/heads/master@{#419779}
This commit is contained in:
mikecase
2016-09-20 09:00:41 -07:00
committed by Commit bot
parent 9e2ba781ca
commit 0b18c41bec

@ -88,7 +88,7 @@ Copy /tools/android/adb_remote_setup.sh to your laptop, then run it.
adb_remote_setup.sh updates itself, so you only need to copy it once.
```shell
laptop$ curl -sSf "https://chromium.googlesource.com/chromium/src.git/+/master/tools/android/adb_remote_setup.sh?format=TEXT | base64 --decode > adb_remote_setup.sh
laptop$ curl -sSf "https://chromium.googlesource.com/chromium/src.git/+/master/tools/android/adb_remote_setup.sh?format=TEXT" | base64 --decode > adb_remote_setup.sh
laptop$ chmod +x adb_remote_setup.sh
laptop$ ./adb_remote_setup.sh <desktop_hostname> <path_to_adb_on_desktop>
```