From ccd24e4c392e4852278f2df42e3dff9f1b0707ac Mon Sep 17 00:00:00 2001 From: ElectroMutex <97535877+SkillfulElectro@users.noreply.github.com> Date: Wed, 12 Jun 2024 10:48:09 +0330 Subject: [PATCH] Update welcome.html --- welcome.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/welcome.html b/welcome.html index 427b0b0..6d3dea9 100644 --- a/welcome.html +++ b/welcome.html @@ -39,9 +39,21 @@

Welcome to EMWebKit Engine

remember to add the installation path of engine to env vars
latest call command for engine:

+

direct path:

EMWebKit.exe -CONFIG X:/path/to/your/MUTEXIS_KIT.json +

in direct mode , path can be to any .json file

+

indirect path:

+ + EMWebKit.exe -CONFIG X:/path/to/dir/which/MUTEXIS_KIT.json/lives/in/it + +

in indirect mode , path is to a dir which MUTEXIS_KIT.json is there and system will check for it

+

default path:

+ + EMWebKit.exe + +

in default mode system checks if the MUTEXIS_KIT.json file exists in the process dir or not and uses it

MUTEXIS_KIT.js: