Skip to content

Commit

Permalink
docs: update readme (mention Pypi)
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloCastellano committed Mar 5, 2021
1 parent 13fc7b8 commit d261ffe
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,18 @@ require any external Python library.
If you want to learn more about DTB you can have a look at the
[Device Tree Reference](http://elinux.org/Device_Tree_Reference).

## Usage
## Install & Usage

`extract-dtb` is available on PyPI!

```
$ pip install extract-dtb
```

The `extract-dtb` command is now available:

```
$ ./extract-dtb.py --help
$ extract-dtb --help
usage: extract-dtb.py [-h] [-o OUTPUT_DIR] [-n] [-V] filename
Extract dtbs from kernel images.
Expand Down

0 comments on commit d261ffe

Please sign in to comment.