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

Unified Diff: README.md

Issue 1782443005: Update mojo_run to use mojo:launcher instead of mojo:kiosk_wm. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 9 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 | « no previous file | mojo/devtools/common/docs/mojo_run.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
diff --git a/README.md b/README.md
index 43776cdaefa78171682a615c30928237da22a157..ae6ea509bd90b89ed34e984a9c5e78ecaba979f1 100644
--- a/README.md
+++ b/README.md
@@ -197,17 +197,18 @@ instance, this command serves a dart Mojo app from the source at
mojo/devtools/common/mojo_run https://core.mojoapps.io/examples/dart/device_info/lib/main.dart [--android]
```
-Some applications are meant to be run embedded in a **window manager**. To run
-these, you can pass the app url using the `--embed` flag. This will run the
-window manager and pass the given url to it:
+Some applications implement ViewProvider and are run embedded in a view. To run
+these, you can pass the app url using the `--embed` flag:
```sh
-mojo/devtools/common/mojo_run --embed https://core.mojoapps.io/ganesh_app.mojo [--android]
+mojo/devtools/common/mojo_run --embed mojo:moterm_example_app [--android]
```
-By default, `mojo_run` uses mojo:kiosk_wm as the window
-manager. You can pass a different window manager url using the
-`--window-manager` flag to override this.
+which is a shorthand for:
+
+```sh
+mojo/devtools/common/mojo_run "mojo:launcher mojo:moterm_example_app"
+```
For additional information on `mojo_run` refer to the built-in help and the
[documentation](mojo/devtools/common/docs/mojo_run.md).
« no previous file with comments | « no previous file | mojo/devtools/common/docs/mojo_run.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698