Index: docs/working_remotely_with_android.md |
diff --git a/docs/working_remotely_with_android.md b/docs/working_remotely_with_android.md |
index cdd7d9b1928fae8754c507146cf7ce8e90165198..f9f5554cea6435adca57b26a5b8ddd515dfb618f 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 <desktop_hostname> <path_to_adb_on_desktop> |
``` |