From 968dac082ccad301b6352b28151f3a08e49c245b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20F=C3=BCrni=C3=9F?= Date: Thu, 13 Mar 2014 07:45:54 +0100 Subject: [PATCH 1/2] Fixed adb path hint in readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a1101b8..a426089 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,10 @@ enter into your terminal something actually happens. To include `adb` and other android tools on your path: + export PATH=$PATH:/platform-tools + +and + export PATH=$PATH:/tools Include that line in your `.bashrc` or `.zshrc`. From 7ecc256e66eb4587b000100fa5fb56e56ae699cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20F=C3=BCrni=C3=9F?= Date: Thu, 13 Mar 2014 07:47:18 +0100 Subject: [PATCH 2/2] Updated text pointing to path to adb in readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index a426089..a03e061 100644 --- a/README.md +++ b/README.md @@ -39,12 +39,9 @@ enter into your terminal something actually happens. To include `adb` and other android tools on your path: export PATH=$PATH:/platform-tools - -and - export PATH=$PATH:/tools -Include that line in your `.bashrc` or `.zshrc`. +Include these lines in your `.bashrc` or `.zshrc`.