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