Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: mojo/dart/mojom/README.md

Issue 1136503002: Create wrapper script around mojom's generate.dart in the Sky package. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | mojo/dart/mojom/bin/generate.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/dart/mojom/README.md
diff --git a/mojo/dart/mojom/README.md b/mojo/dart/mojom/README.md
index 893285177550f1b4aee1ae337d4645555194bc95..d7889aa260a53179a7ba7137dc434eb643ac51c6 100644
--- a/mojo/dart/mojom/README.md
+++ b/mojo/dart/mojom/README.md
@@ -7,11 +7,11 @@ Generated Mojo bindings in other pub packages should be installed into this
package by saying the following after `pub get`:
```
-$ pub run mojom:generate
+$ dart -p packages packages/mojom/generate.dart
```
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>
+$ dart -p packages packages/mojom/generate.dart -a </path/to/mojom/dir>
```
« no previous file with comments | « .gitignore ('k') | mojo/dart/mojom/bin/generate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698