mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
Update readme
This commit is contained in:
@@ -48,22 +48,13 @@ uses plain streaming, since there is no terminal to draw the UI on.
|
|||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
This fork isn't packaged anywhere; download `pidcat.py` from this repo and
|
Use [Homebrew][2]:
|
||||||
place it on your PATH.
|
|
||||||
|
|
||||||
The Homebrew and AUR packages below install the upstream, non-interactive
|
```shell
|
||||||
`pidcat` instead:
|
brew tap imcarlost/pidcat-repl
|
||||||
|
brew trust imcarlost/pidcat-repl
|
||||||
* OS X: Use [Homebrew][2].
|
brew install pidcat-repl
|
||||||
|
```
|
||||||
brew install pidcat
|
|
||||||
|
|
||||||
If you need to install the latest development version
|
|
||||||
|
|
||||||
brew unlink pidcat
|
|
||||||
brew install --HEAD pidcat
|
|
||||||
|
|
||||||
* Arch Linux : Install the package called `pidcat-git` from the [AUR][4].
|
|
||||||
|
|
||||||
|
|
||||||
Make sure that `adb` from the [Android SDK][3] is on your PATH. This script will
|
Make sure that `adb` from the [Android SDK][3] is on your PATH. This script will
|
||||||
@@ -92,5 +83,4 @@ sudo apt-get -t focal install coreutils
|
|||||||
[1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/
|
[1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/
|
||||||
[2]: http://brew.sh
|
[2]: http://brew.sh
|
||||||
[3]: http://developer.android.com/sdk/
|
[3]: http://developer.android.com/sdk/
|
||||||
[4]: https://aur.archlinux.org/packages/pidcat-git/
|
|
||||||
[5]: https://github.com/JakeWharton/pidcat
|
[5]: https://github.com/JakeWharton/pidcat
|
||||||
|
|||||||
Reference in New Issue
Block a user