| Index: services/ui/launcher/README.md
|
| diff --git a/services/ui/launcher/README.md b/services/ui/launcher/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..eb4e77676ebe5e46cb285e20897ba1de39fa73bb
|
| --- /dev/null
|
| +++ b/services/ui/launcher/README.md
|
| @@ -0,0 +1,11 @@
|
| +# Mozart Launcher
|
| +
|
| +This directory contains the Launcher, a simple tool for hosting a View
|
| +inside of the NativeViewport.
|
| +
|
| +In other words, use this to run UI applications which implement the
|
| +ViewProvider interface and which register their views with the ViewManager.
|
| +
|
| +## USAGE
|
| +
|
| + out/Debug/mojo_shell "mojo:launcher <app url>"
|
|
|