diff options
-rw-r--r-- | doc/installation.html | 6 |
1 files changed, 4 insertions, 2 deletions
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 <tt>compat-5.1.lua</tt> module at startup: </p> | |||
96 | LUA_INIT=@<ROOT>/compat-5.1.lua | 96 | LUA_INIT=@<ROOT>/compat-5.1.lua |
97 | </pre> | 97 | </pre> |
98 | 98 | ||
99 | <p> | ||
99 | The other two environment variables instruct the compatibility module to | 100 | The other two environment variables instruct the compatibility module to |
100 | look for dynamic libraries and modules in the appropriate directories and | 101 | look for dynamic libraries and extension modules in the appropriate |
101 | with the appropriate filename extensions. | 102 | directories and with the appropriate filename extensions. |
103 | </p> | ||
102 | 104 | ||
103 | <pre class=example> | 105 | <pre class=example> |
104 | LUA_PATH=<ROOT>/?.lua;?.lua | 106 | LUA_PATH=<ROOT>/?.lua;?.lua |