Index: README.md |
diff --git a/README.md b/README.md |
index 98de992e93bb4c0f47e21b6e053c6156c5e0f038..4908fd7131f0d76b610841af7a2d416c8834b4be 100644 |
--- a/README.md |
+++ b/README.md |
@@ -124,6 +124,11 @@ To build for Android, first make sure you've downloaded build support for Androi |
target_os = [u'android'] |
``` |
+Bring in android specific build dependencies: |
+``` |
+build/install-build-deps-android.sh |
tonyg
2015/02/26 00:22:59
For consistency, let's start this line with "$ "
sky
2015/02/26 00:31:02
Done.
|
+``` |
+ |
Pull down all of the packages with this command: |
``` |