From 5d2df02af83874058ff93835687291bdea9ff9d9 Mon Sep 17 00:00:00 2001 From: Daniel Gomez Rico Date: Tue, 12 Apr 2016 22:21:18 -0500 Subject: [PATCH] Help users to avoid errors installing it. (#126) * Help users to avoid errors installing it. Just a description that paths should be absolute and not relative. * Remove link to issue. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c3335b..2c7cb4b 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ To include `adb` and other android tools on your path: Include these lines in your `.bashrc` or `.zshrc`. - +*Note:* `` should be absolute and not relative. [1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/ [2]: http://brew.sh