Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nieheyong committed Oct 14, 2024
1 parent b03ec59 commit ac5f948
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,15 @@ View android adb logcat logs in chrome devtools console

## Prerequisites

- Android adb should be installed and available in PATH and
- 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)
- `adb devices` should success list the connected device

```shell
$ adb devices
List of devices attached
DEVICE_SERIAL_xxxx device
```

## Usage

Expand Down

0 comments on commit ac5f948

Please sign in to comment.