diff --git a/doc/install.html b/doc/install.html index 051d755e..f67320a4 100644 --- a/doc/install.html +++ b/doc/install.html @@ -241,6 +241,19 @@ absolute path names — all modules are loaded relative to the directory where luajit.exe is installed (see src/luaconf.h).
++The final directory layout should look like this: +
++├── luajit.exe +├── lua51.dll +├── <- put your own classic Lua/C API modules (*.dll) here +└── lua + ├── <- put your own Lua modules (*.lua) here + └── jit + ├── bc.lua + └── (etc …) +