Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
corbindavenport committed Jan 24, 2014
1 parent 0d7bd0e commit dbcc4dd
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
nexus-tools
===========

Nexus Tools is an installer for the Android debug/development command-line tools ADB (Android Device Bridge) and Fastboot. The script does not need to be downloaded, simply copy and paste this command into the terminal and run it:
Nexus Tools is an installer for the Android debug/development command-line tools ADB (Android Device Bridge) and Fastboot. The script does not need to be downloaded, simply copy and paste this command into the terminal and run it to install Nexus Tools:
```
bash <(curl https://raw.github.com/corbindavenport/nexus-tools/master/install.sh)
```
This will download the 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).
and this command to un-install Nexus Tools:
```
bash <(curl https://raw.github.com/corbindavenport/nexus-tools/master/uninstall.sh)
```
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 the adb and fastboot tools to /usr/bin.
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.

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

Expand Down

0 comments on commit dbcc4dd

Please sign in to comment.