From cd4df5ad67755103fa0815b676459a15081fe671 Mon Sep 17 00:00:00 2001 From: Jean-Michel Fayard Date: Fri, 24 Apr 2015 11:31:02 +0200 Subject: [PATCH 1/2] Trick: brew can build pidcat from latest git commit This is what I used to get pidcat working on Android 5.1 / Nexus 4 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a03e061..4cae6de 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,10 @@ Get the script: brew install pidcat +If you need to install the latest development version + brew unlink pidcat + brew install --HEAD pidcat + * Others: Download the `pidcat.py` and place it on your PATH. From ef7d544fe2c484745ec54b74b657932809f7eea3 Mon Sep 17 00:00:00 2001 From: Jean-Michel Fayard Date: Fri, 24 Apr 2015 16:26:39 +0200 Subject: [PATCH 2/2] correct markdown syntax --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cae6de..8c3335b 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ Get the script: brew install pidcat -If you need to install the latest development version + If you need to install the latest development version + brew unlink pidcat brew install --HEAD pidcat