Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
esafirm committed Oct 26, 2020
1 parent 7f7a9b1 commit 2ceba83
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
## GADB (Go ADB)

> Work in progress
ADB wrapper with enhanced and more features!
ADB wrapper with enhanced and more features!

## Install

Using [Homebrew](https://brew.sh/)

```
brew install esafirm/tap/gadb
```

Or download the binareis in [release page](https://github.com/esafirm/gadb/releases)

## Usage
Create alias!

```
alias adb=gadb
```

## Usage

Do anything you want to do with `adb`
Do anything you want to do with `adb`

For example you can get the list of connected android devices by using `gadb devices`

Expand All @@ -25,4 +30,4 @@ For detailed command, please refer to [Command Page](https://github.com/esafirm/

## License

Apache 2 @ Esa Firman
Apache 2 @ Esa Firman

0 comments on commit 2ceba83

Please sign in to comment.