diff --git a/doc/installation.html b/doc/installation.html index 63a555c..62c36e4 100644 --- a/doc/installation.html +++ b/doc/installation.html @@ -96,9 +96,11 @@ the interpreter to load the compat-5.1.lua module at startup:

LUA_INIT=@<ROOT>/compat-5.1.lua +

The other two environment variables instruct the compatibility module to -look for dynamic libraries and modules in the appropriate directories and -with the appropriate filename extensions. +look for dynamic libraries and extension modules in the appropriate +directories and with the appropriate filename extensions. +

 LUA_PATH=<ROOT>/?.lua;?.lua