From 995462adb9011581fef44b3b040042d254902022 Mon Sep 17 00:00:00 2001 From: AlexBocken Date: Fri, 11 Aug 2023 13:35:02 +0200 Subject: [PATCH] fix adb devices command --- docs/ChromecastGoogleTV.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ChromecastGoogleTV.md b/docs/ChromecastGoogleTV.md index a464c19..6707195 100644 --- a/docs/ChromecastGoogleTV.md +++ b/docs/ChromecastGoogleTV.md @@ -24,7 +24,7 @@ On the chromecast there should now pop-up a dialog asking whether you want to tr ### Disable the Default Launcher via ADB -On your Laptop, open a terminal and ensure that you can find the chromecast via `adb show`. One device should be listed. +On your Laptop, open a terminal and ensure that you can find the chromecast via `adb devices -l`. One device should be listed. Then, use these commands: ```sh