From 0b18c41bec604fadaa33ebd7341525cda7098c6c Mon Sep 17 00:00:00 2001 From: mikecase Date: Tue, 20 Sep 2016 09:00:41 -0700 Subject: [PATCH] Small fix to doc for working remotely on android. Review-Url: https://codereview.chromium.org/2359473002 Cr-Commit-Position: refs/heads/master@{#419779} --- docs/working_remotely_with_android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/working_remotely_with_android.md b/docs/working_remotely_with_android.md index cdd7d9b1928fae..f9f5554cea6435 100644 --- a/docs/working_remotely_with_android.md +++ b/docs/working_remotely_with_android.md @@ -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 ```