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

Unified Diff: examples/hello_mojo/README.md

Issue 1702103002: Add an even simpler standalone example. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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
Index: examples/hello_mojo/README.md
diff --git a/examples/hello_mojo/README.md b/examples/hello_mojo/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..80fb48acb93cd3d37eee1fa650cd393cb34c5358
--- /dev/null
+++ b/examples/hello_mojo/README.md
@@ -0,0 +1,17 @@
+# Hello Mojo example applications
+
+`hello_mojo_server` and `hello_mojo_client` are like the [echo
+examples](../echo), but a bit more minimal and with no dependencies outside of
+the [Mojo public C/C++ SDK](../../mojo/public).
+
+## Running
+
+For example, for a Linux debug build, from the command line:
+
+ $ out/Debug/mojo_shell mojo:hello_mojo_client
+
+## See also
+
+* [echo examples](../echo)
+* [Mojo public C SDK](../../mojo/public/c)
+* [Mojo public C++ SDK](../../mojo/public/cpp)

Powered by Google App Engine
This is Rietveld 408576698