From 767da211622e11edf5d052217403588da76f524e Mon Sep 17 00:00:00 2001 From: Vishnu Rajeevan Date: Wed, 12 Mar 2014 11:51:27 -0400 Subject: [PATCH] Add path inclusion instructions --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bd09e45..a1101b8 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,11 @@ 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. +To include `adb` and other android tools on your path: + + export PATH=$PATH:/tools + +Include that line in your `.bashrc` or `.zshrc`.