Skip to content

Commit ac5f948

Browse files
committed
update readme
1 parent b03ec59 commit ac5f948

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ View android adb logcat logs in chrome devtools console
88

99
## Prerequisites
1010

11-
- Android adb should be installed and available in PATH and
12-
- Connect adb device to computer
11+
- [Android Debug Bridge (adb)](https://developer.android.com/tools/adb) should be installed and available in PATH and
12+
- 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+
```
1320

1421
## Usage
1522

0 commit comments

Comments
 (0)