Index: tools/dart2js/sourceMapViewer/README.TXT |
diff --git a/tools/dart2js/sourceMapViewer/README.TXT b/tools/dart2js/sourceMapViewer/README.TXT |
index aa8cab51799f8404eef90b3e083e9abae02a4c36..cd84fbb1d57c916ca41faddb5b96706e1d79e051 100644 |
--- a/tools/dart2js/sourceMapViewer/README.TXT |
+++ b/tools/dart2js/sourceMapViewer/README.TXT |
@@ -1,7 +1,9 @@ |
-This program serves a visualization of a JavaScript source map file generated |
+This program serves a visualization of a JavaScript source map file generated |
by dart2js or pub. |
-Usage: dart bin/source_map_viewer.dart <path to map file>. |
+Run 'pub build' to build the application. |
+ |
+Usage: dart --package-root=packages/ bin/source_map_viewer.dart <path to map file>. |
The default system browser is started and pointed to the viewer if available. |