diff --git a/README.md b/README.md index 0d4af75..eb1208c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,5 @@ ![alt text](http://i.imgur.com/shjM51Q.png "Nexus Tools") ---------------------------------------- -**NOTE:** Nexus Tools has been reported to have problems on Mac OS X 10.11 (El Capitan). If you experience problems, [read this](https://github.com/corbindavenport/nexus-tools/wiki/Fix-for-Mac-OS-X-10.11-(El-Capitan)) for more information and the fix. - --------------------------------------- Nexus Tools is an installer for the Android debug/development command-line tools ADB (Android Device Bridge) and Fastboot for Mac OS X and Linux. The script does not need to be downloaded, simply copy and paste this command into the terminal and run it to install ADB/Fastboot: @@ -15,7 +12,7 @@ bash <(curl -s https://raw.githubusercontent.com/corbindavenport/nexus-tools/mas ``` These commands will download the selected script and run it. The script will download the files it needs during runtime, so it requires an internet connection. The script works on both Mac OS X and Linux (as long as the curl package is installed). -Nexus Tools requires sudo privileges to install/uninstall the adb and fastboot tools to /usr/bin, so they can be run without typing the full directory. +Nexus Tools requires sudo privileges to install/uninstall the adb and fastboot tools to /usr/local/bin, so they can be run without typing the full directory. ---------------------------------------