Skip to content

Commit

Permalink
[README.md] Add install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ViliusSutkus89 committed Jul 26, 2022
1 parent 062fd17 commit 5f1f1e7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,10 @@ Recursive wrapper around adb.
Listing directories and reading files while using runtime permissions of specified application.

Piping contents into `/data/local/tmp` using normal adb user permissions and `adb pull`'ing into host computer.

### Install

adbPullAs is available on [PyPI](https://test.pypi.org/project/adbPullAs/)
```shell
python -m pip install adbPullAs
```

0 comments on commit 5f1f1e7

Please sign in to comment.