Skip to content

Commit

Permalink
Updated directory, removed El Capitan warning
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Oct 7, 2015
1 parent 9a55ab5 commit fe1e011
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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.

---------------------------------------

Expand Down

0 comments on commit fe1e011

Please sign in to comment.