We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03ec59 commit ac5f948Copy full SHA for ac5f948
README.md
@@ -8,8 +8,15 @@ View android adb logcat logs in chrome devtools console
8
9
## Prerequisites
10
11
-- Android adb should be installed and available in PATH and
12
-- Connect adb device to computer
+- [Android Debug Bridge (adb)](https://developer.android.com/tools/adb) should be installed and available in PATH and
+ - If not [Download here](https://developer.android.com/tools/releases/platform-tools#downloads)
13
+- `adb devices` should success list the connected device
14
+
15
+ ```shell
16
+ $ adb devices
17
+ List of devices attached
18
+ DEVICE_SERIAL_xxxx device
19
+ ```
20
21
## Usage
22
0 commit comments