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

Unified Diff: README.md

Issue 1264763003: Don't emulate Sky server when --sky is passed. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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/README.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 a002f722b239c5654be0b75d28d7f87098f6081e..90e3b1c72570e91b351a5d353e176b291489d2ea 100644
--- a/README.md
+++ b/README.md
@@ -212,40 +212,28 @@ $ mojo/tools/mojob.py dartcheck
## Run Mojo Shell
-Devtools script `mojo_run` is a universal shell runner abstracting away the
-differences between running on Linux and Android. Having built Mojo as
-described above, a demo app can be run as follows:
+Devtools `mojo_run` is a universal shell runner abstracting away the differences
+between running on Linux and Android. Having built Mojo as described above, a
+demo app can be run as follows:
```
mojo/devtools/common/mojo_run mojo:spinning_cube # Linux.
mojo/devtools/common/mojo_run mojo:spinning_cube --android # Android.
```
-Pass `--sky path_to_sky_file` to run a
-[Sky](https://github.com/domokit/mojo/tree/master/sky) app on either platform:
-```
-mojo/devtools/common/mojo_run --sky sky/examples/raw/hello_world.dart
-mojo/devtools/common/mojo_run --sky sky/examples/raw/hello_world.dart --android
-```
-
Passing the `-v` flag will increase the output verbosity. In particular, it will
also print all arguments passed by `mojo_run` to the shell binary.
-### Chromoting
-
-Some Mojo apps (Sky apps in particular) will need the --use-osmesa flag to run
-over [chromoting](https://support.google.com/chrome/answer/1649523?hl=en):
-
-```
-mojo/devtools/common/mojo_run --sky sky/examples/raw/hello_world.dart --use-osmesa
-```
+For additional information refer to the built-in help and the
+[documentation](https://github.com/domokit/devtools/blob/master/README.md#runner).
### <a name="debugging"></a>Debugging, tracing, profiling
-Devtools `mojo_debug` script allows you to interactively inspect a running
-shell, collect performance traces and attach a gdb debugger. Refer to the
-[documentation](https://github.com/domokit/devtools/blob/master/README.md#debugger)
-for details.
+Devtools `mojo_debug` allows you to interactively inspect a running shell,
+collect performance traces and attach a gdb debugger.
+
+For additional information refer to the built-in help and the
+[documentation](https://github.com/domokit/devtools/blob/master/README.md#debugger).
### Android set-up
« no previous file with comments | « no previous file | mojo/devtools/common/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698