Index: mojo/dart/mojom/README.md |
diff --git a/mojo/dart/mojom/README.md b/mojo/dart/mojom/README.md |
new file mode 100644 |
index 0000000000000000000000000000000000000000..f30000f77411ed721d848c811d547b30c76dd049 |
--- /dev/null |
+++ b/mojo/dart/mojom/README.md |
@@ -0,0 +1,11 @@ |
+mojom |
+==== |
+ |
+This package is a placeholder for generated mojom bindings. |
+ |
+Generated Mojo bindings in other pub packages should be installed into this |
+package by saying the following after `pub get`: |
+ |
+``` |
+$ pub run mojom:init -p `pwd`/packages |
Ivan Posva
2015/04/24 23:28:33
pub run mojom:generate
|
+``` |