Add setup directions for pulling android deps
diff --git a/README.md b/README.md
index 1feca56..04c8303 100644
--- a/README.md
+++ b/README.md
@@ -17,10 +17,11 @@
"safesync_url": "",
},
]
+# Include the following line only if you're interested in building for android.
+target_os = ['android']
```
-
-then run 'gclient sync' from the directory containing the .gclient file.
+Then run 'gclient sync' from the directory containing the .gclient file.
This will clone this repository into a subdirectory called 'src'. From that
directory, you can then build by running: