summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpius.lee <pius.lee@samsung.com>2016-10-19 09:13:37 +0900
committerpius.lee <pius.lee@samsung.com>2016-10-19 09:13:37 +0900
commit080a106fc01e98133ef456f26a9e09e7da9217fc (patch)
treec2e8a12f29387803592d3b45767139cc1a1d9e91
parent612bbc37fd9547ddd78e190ba2b0c51fb52ca1f3 (diff)
downloadlauncher-080a106fc01e98133ef456f26a9e09e7da9217fc.tar.gz
launcher-080a106fc01e98133ef456f26a9e09e7da9217fc.tar.bz2
launcher-080a106fc01e98133ef456f26a9e09e7da9217fc.zip
Add README.md for simple explanation.
Change-Id: Id90846de24756eb8ebc79117ee282431fb61a36a
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fc2c991
--- /dev/null
+++ b/README.md
@@ -0,0 +1,32 @@
+# Launcher for .NET Application
+
+### Usage
+
+```
+dotnet-launcher [options...] [args...]
+```
+
+#### options
+
+* --version
+ print version and exit.
+
+* --standalone [assembly path]
+ Run assembly with the current user environment.
+
+----
+
+### Anatomy
+
+```
++----------------------------------------------------+
+| Tizen.Runtime.Mono.dll | Tizen.Runtime.Coreclr.dll |
++-----------+------------------------+---------------+
+| | libmono.so | | libcoreclr.so |
+| +------------+ +---------------+
+| Mono Native Launcher | CoreClr Native Launcher |
++------------------------+---------------------------+
+| Dotnet launcher |
++----------------------------------------------------+
+
+```