Merge pull request #52 from dfuerniss/master

Fixed path to adb in Readme
This commit is contained in:
Jake Wharton
2014-03-13 23:02:45 -07:00
+2 -1
View File
@@ -38,9 +38,10 @@ enter into your terminal something actually happens.
To include `adb` and other android tools on your path: To include `adb` and other android tools on your path:
export PATH=$PATH:<path to Android SDK>/platform-tools
export PATH=$PATH:<path to Android SDK>/tools export PATH=$PATH:<path to Android SDK>/tools
Include that line in your `.bashrc` or `.zshrc`. Include these lines in your `.bashrc` or `.zshrc`.