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

Unified Diff: examples/native_run_app/README.md

Issue 1390883006: Add/update some README.md's. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « examples/moterm_example_app/README.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/native_run_app/README.md
diff --git a/examples/native_run_app/README.md b/examples/native_run_app/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..af8832281417887c4dd966c83b6dce0a7eb45bac
--- /dev/null
+++ b/examples/native_run_app/README.md
@@ -0,0 +1,15 @@
+# Native run example application
+
+`native_run_app` is a terminal client application (i.e., one providing the
+`mojo.terminal.TerminalClient` service) that allows native (Linux) applications
+to be run inside a Mojo ([Moterm](../../apps/moterm)) terminal. It does this by
+using the `native_support` service, which provides facilities to
+(programmatically) run native applications.
+
+See [//examples/moterm_example_app](../moterm_example_app) for an example of how
+it may be used.
+
+## See also
+
+* [//apps/moterm](../../apps/moterm)
+* [//services/native_support](../../services/native_support)
« no previous file with comments | « examples/moterm_example_app/README.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698