From 99f94e355212c69bd76fef4766f5f933137d0ffb Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Tue, 11 Mar 2014 20:21:19 -0700 Subject: [PATCH] Homebrew! --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d328bc..266a4fa 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ This script solves that problem by filtering by application package. Supply the target package as the sole argument to the python script and enjoy a more convenient development process. - ./pidcat.py com.oprah.bees.android + pidcat com.oprah.bees.android Here is an example of the output when running for the Google Plus app: @@ -20,7 +20,18 @@ Here is an example of the output when running for the Google Plus app: ![Example screen](screen.png) +Install +------- + + * OS X: Use [Homebrew][2]. + + brew install pidcat + + * Others: Download the `pidcat.py` and place it on your PATH. + + [1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/ + [2]: http://brew.sh