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

Unified Diff: examples/go/README.txt

Issue 1242453003: Extract the shell runner into devtools. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Update more paths and devtools README. 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
Index: examples/go/README.txt
diff --git a/examples/go/README.txt b/examples/go/README.txt
index 89a1027b8df1ef00deca4f4af12a7a39b3983fd1..501873e0ceb8eca2a25884069cf75ecbfd449886 100644
--- a/examples/go/README.txt
+++ b/examples/go/README.txt
@@ -20,10 +20,10 @@ $ mojo/tools/mojob.py build
3) Run
To run echo client:
-$ mojo/tools/mojo_shell.py --enable-multiprocess mojo:go_echo_client
+$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_echo_client
To run http handler:
-$ mojo/tools/mojo_shell.py --enable-multiprocess mojo:go_http_handler
+$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_http_handler
To run http server:
-$ mojo/tools/mojo_shell.py --enable-multiprocess mojo:go_http_server
+$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_http_server
« no previous file with comments | « examples/dart/speech_input/speech_input.dart ('k') | examples/java_android/echo/src/org/chromium/examples/java_echo/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698