fix adb devices command

This commit is contained in:
Alexander Bocken 2023-08-11 13:35:02 +02:00
parent 87ee25281c
commit 995462adb9
Signed by: Alexander
GPG Key ID: 1D237BE83F9B05E8

View File

@ -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