blob: e4baf6bb172d32f63d9575838ae4d311bf61c018 [file] [log] [blame] [view]
# Running ganesh_app
To run ganesh_app, use one of the following command from the root of your Mojo repo.
## Android
```
mojo/devtools/common/mojo_run --android "mojo:kiosk_wm mojo:ganesh_app"
```
## Linux
```
mojo/devtools/common/mojo_run "mojo:kiosk_wm mojo:ganesh_app"
```