Chromium Code Reviews| Index: docs/working_remotely_with_android.md |
| diff --git a/docs/working_remotely_with_android.md b/docs/working_remotely_with_android.md |
| index 1452d8c818f32045a8ce177b5f7e93052327d4f3..cdd7d9b1928fae8754c507146cf7ce8e90165198 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 "http://src.chromium.org/svn/trunk/src/tools/android/adb_remote_setup.sh" > 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 |
|
Timur Iskhodzhanov
2015/12/29 05:13:27
nit: probably closing quote is missing
|
| laptop$ chmod +x adb_remote_setup.sh |
| laptop$ ./adb_remote_setup.sh <desktop_hostname> <path_to_adb_on_desktop> |
| ``` |