summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Paulo Rechi Vita <jprvita@gmail.com>2013-10-15 11:02:56 -0300
committerJoão Paulo Rechi Vita <jprvita@gmail.com>2013-10-15 15:03:52 -0300
commit6fe8dd0b25776002c8e1e61d9395ed75309955f8 (patch)
tree1c80f86a653a2f43c779dee379340bbfc1e4fc7e
parentd239ca2c17dd43cc72ba001bc688efda3b55decd (diff)
README: Add info about cloning the repo
-rw-r--r--README.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.txt b/README.txt
index 6d89b55..5589f6a 100644
--- a/README.txt
+++ b/README.txt
@@ -3,3 +3,11 @@ Android Bluetooth Control tool
This is a tool to provide control of the Android Bluetooth stack from the
system level. Being a system-level tool it can be used from any Android-based
system, since it doesn't depend on Dalvik or the Android Java framework.
+
+Cloning
+=======
+
+abtctl is available via git from git://people.freedesktop.org/~jprvita/abtctl on
+branch master. The repository URL may change at some point in the future.
+
+The repository should be cloned in external/bluetooth/ inside an AOSP forest.