summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@gmail.com>2013-10-15 11:04:25 -0300
committerJoão Paulo Rechi Vita <jprvita@gmail.com>2013-10-15 15:04:26 -0300
commit1bf2750e7edc73d9438464e3bd30b11b2ad8a3ab (patch)
tree15df456ce8a90234346e3f5164ee23583e0fd873
parentc91cb5dc070a0fc751ae01c606d4a2d4bfac25be (diff)
README: Add info about running abtctl on devices
-rw-r--r--README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index cd515d0..a7bced7 100644
--- a/README.txt
+++ b/README.txt
@@ -23,3 +23,12 @@ If you have the source code in right place (see Cloning) all eng builds will
already include the btctl tool. If you want to build only the tool you can run
'make btctl' from the AOSP root or 'mm' from the abtctl directory, with the last
option being noticeably faster.
+
+Running
+=======
+
+abtctl can be run from an adb shell simply typing btctl as root. It will present
+a prompt were commands can be entered, and the 'help' command will print a list
+of all the available commands. Each command also have its own help, which can be
+accessed passing 'help' as the first argument of the command. For example, the
+help of the connect command is accessible through 'connect help'.