| 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..893285177550f1b4aee1ae337d4645555194bc95
|
| --- /dev/null
|
| +++ b/mojo/dart/mojom/README.md
|
| @@ -0,0 +1,17 @@
|
| +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:generate
|
| +```
|
| +If desired, additional directories holding .mojom.dart files can be specified;
|
| +their contents will be installed to this package as well:
|
| +
|
| +```
|
| +$ pub run mojom:generate -a </path/to/mojom/dir>
|
| +```
|
|
|