Skip to content

Commit

Permalink
Small fix to doc for working remotely on android.
Browse files Browse the repository at this point in the history
Review-Url: https://codereview.chromium.org/2359473002
Cr-Commit-Position: refs/heads/master@{#419779}
  • Loading branch information
case540 authored and Commit bot committed Sep 20, 2016
1 parent 9e2ba78 commit 0b18c41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/working_remotely_with_android.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```
Expand Down

0 comments on commit 0b18c41

Please sign in to comment.