Merge pull request #48 from burntcookie90/master

Add path inclusion instructions
This commit is contained in:
Jake Wharton
2014-03-12 09:56:48 -07:00
+5
View File
@@ -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 not work unless this is that case. That means, when you type `adb` and press
enter into your terminal something actually happens. enter into your terminal something actually happens.
To include `adb` and other android tools on your path:
export PATH=$PATH:<path to Android SDK>/tools
Include that line in your `.bashrc` or `.zshrc`.