Fixed adb path hint in readme

This commit is contained in:
Danny Fürniß
2014-03-13 07:45:54 +01:00
parent b19221ac33
commit 968dac082c
+4
View File
@@ -38,6 +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
and
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 that line in your `.bashrc` or `.zshrc`.