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

Unified Diff: README.md

Issue 967563002: Rename sample_app -> spinning_cube. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase. Created 5 years, 10 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 | examples/BUILD.gn » ('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 7fcaffb3003045b008b1253544ab5a6d9f0817f6..74912dfe06ae75aeb26002876abc0ca1d61de739 100644
--- a/README.md
+++ b/README.md
@@ -203,7 +203,7 @@ $ ninja -C out/Debug -j 1000
3. Run Mojo Shell on the device:
```
- mojo/tools/android_mojo_shell.py mojo:sample_app
+ mojo/tools/android_mojo_shell.py mojo:spinning_cube
```
If this fails and prints:
```
@@ -223,12 +223,12 @@ If this fails and prints:
2. Run Mojo Shell:
```
- ./out/Debug/mojo_shell mojo:sample_app
+ ./out/Debug/mojo_shell mojo:spinning_cube
```
3. Optional: Run Mojo Shell with an HTTP server
```
cd out/Debug
python -m SimpleHTTPServer 4444 &
- ./mojo_shell --origin=http://127.0.0.1:4444 --disable-cache mojo:sample_app
+ ./mojo_shell --origin=http://127.0.0.1:4444 --disable-cache mojo:spinning_cube
```
« no previous file with comments | « no previous file | examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698