Skip to content

Commit

Permalink
Minor improvements to README
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishb committed Jul 12, 2023
1 parent 2355da9 commit 02dbe7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ See [Release announcement](https://ashishb.net/tech/introducing-adb-enhanced-a-s

`sudo pip3 install adb-enhanced`

### Alternative on Mac OS via Homebrew ![Homebrew downloads](https://img.shields.io/homebrew/installs/dm/adb-enhanced?label=Homebrew%20downloads) [![Homebrew package](https://repology.org/badge/version-for-repo/homebrew/adb-enhanced.svg)](https://repology.org/project/adb-enhanced/versions)
### Alternative on Mac OS via Homebrew [![Homebrew package](https://repology.org/badge/version-for-repo/homebrew/adb-enhanced.svg)](https://formulae.brew.sh/formula/adb-enhanced)

`brew install adb-enhanced`

## Note

1. `sudo pip install adb-enhanced` for python2 based install works as well but, I would recommend moving to python3 since I will deprecate python2 support anytime after Dec 31, 2018.
1. `sudo pip install adb-enhanced` for Python2 based install works as well but, I would recommend moving to python3 since I will deprecate Python2 support anytime after Dec 31, 2018.
1. If you don't have sudo access or you are installing without sudo then `adbe` might not be configured correctly in the path.
1. To setup bash/z-sh auto-completion, execute `sudo pip3 install infi.docopt-completion && docopt-completion $(which adbe)` after installing adb-enhanced.

Expand Down

0 comments on commit 02dbe7f

Please sign in to comment.