Add README.md for simple explanation.
authorpius.lee <pius.lee@samsung.com>
Wed, 19 Oct 2016 00:13:37 +0000 (09:13 +0900)
committerpius.lee <pius.lee@samsung.com>
Wed, 19 Oct 2016 00:13:37 +0000 (09:13 +0900)
Change-Id: Id90846de24756eb8ebc79117ee282431fb61a36a

README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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                   |
++----------------------------------------------------+
+
+```