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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Hello Mojo example applications
2
3 `hello_mojo_server` and `hello_mojo_client` are like the [echo
4 examples](../echo), but a bit more minimal and with no dependencies outside of
5 the [Mojo public C/C++ SDK](../../mojo/public).
6
7 ## Running
8
9 For example, for a Linux debug build, from the command line:
10
11 $ out/Debug/mojo_shell mojo:hello_mojo_client
12
13 ## See also
14
15 * [echo examples](../echo)
16 * [Mojo public C SDK](../../mojo/public/c)
17 * [Mojo public C++ SDK](../../mojo/public/cpp)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698