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 25, 2014
1 parent 3503913 commit 9d9ee7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
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 to install Nexus Tools:
Nexus Tools is an installer for the Android debug/development command-line tools ADB (Android Device Bridge) and Fastboot for Mac OS X, Linux, and Google Chrome/Chromium OS. 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)
```
Expand All @@ -11,6 +11,8 @@ bash <(curl https://raw.github.com/corbindavenport/nexus-tools/master/uninstall.
```
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).

Support for Google Chrome OS is experimental at this time, as I was only able to test it on a build of Chromium for x86 PCs. I don't have an actual Chromebook to test it on, but Nexus Tools should work correctly on both x86 and ARM Chromebooks.

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 9d9ee7b

Please sign in to comment.