From a2209ae30323dc0a269158231fc12286c9069ff5 Mon Sep 17 00:00:00 2001 From: Jake Wharton Date: Tue, 11 Mar 2014 22:45:41 -0700 Subject: [PATCH] Mention that adb on the path is required. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 266a4fa..bd09e45 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Here is an example of the output when running for the Google Plus app: Install ------- +Get the script: + * OS X: Use [Homebrew][2]. brew install pidcat @@ -30,8 +32,13 @@ Install * Others: Download the `pidcat.py` and place it on your PATH. +Make sure that `adb` from the [Android SDK][3] is on your PATH. This script will +not work unless this is that case. That means, when you type `adb` and press +enter into your terminal something actually happens. + [1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/ [2]: http://brew.sh + [3]: http://developer.android.com/sdk/