summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 |
++----------------------------------------------------+
+
+```