Refactoring ni_common.cc
[platform/core/dotnet/launcher.git] / README.md
index e85863e..1ac01f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -14,6 +14,14 @@ dotnet-launcher [options...] [args...]
 * --standalone [assembly path]  
    Run assembly with the current user environment.
 
+#### environment
+
+* DOTNET_LAUNCHER_INJECT  
+   A list of additional libraries to be loaded with `dlopen()` and call to
+   `int dotnet_launcher_inject()` initialization hook. If hook returns non-zero
+   status initialization will be failed. The items of the list can be separated
+   by spaces or colons, and there is no support for escaping either separator.
+
 ----
 
 ### Anatomy