Index: README.md |
diff --git a/README.md b/README.md |
index 744c16563080241ad89495b359c9ccb630f59251..7fcaffb3003045b008b1253544ab5a6d9f0817f6 100644 |
--- a/README.md |
+++ b/README.md |
@@ -150,6 +150,14 @@ $ mojo/tools/mojob.py build --android |
If you see javac compile errors, make sure you have an up-to-date JDK: |
https://code.google.com/p/chromium/wiki/AndroidBuildInstructions#Install_Java_JDK |
+## Dart Code |
+ |
+Because the dart analyzer is a bit slow, we don't run it unless the user specifically asks for it. To run the dart analyzer against the list of dart targets in the toplevel BUILD.gn file, run: |
+ |
+``` |
+$ mojo/tools/mojob.py dartcheck |
+``` |
+ |
## Googlers |
If you're a Googler, you can use Goma, a distributed compiler service for open-source projects such as Chrome and Android. The instructions below assume that Goma is installed in the default location (~/goma). |