aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:24:56 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2020-04-28 20:24:56 +0000
commit656c7c0fa0d9b776c019f5423e01a9a28979d2bd (patch)
tree220a95d346d58fa5090d8033991bcfef2ad03d99 /README
parent091406baac88deeb2ef9c71d5047bd9daf3915ef (diff)
parentccead650bb8e050400f55dc44b60f989b1f8e117 (diff)
downloadtoolchain-utils-656c7c0fa0d9b776c019f5423e01a9a28979d2bd.tar.gz
Change-Id: I3464301d9b41d48e11dfd361a411d60a1bd5a429
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 00000000..3ab3d7b7
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+To run scripts in this directory, first run:
+
+export PYTHONPATH=$(readlink -f .):$PYTHONPATH
+
+from this directory.
+
+Then you can run any script.
+
+To get help on any script, type in python <script> --help, or refer to the
+header of the script for more information.