aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/installation.html6
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>
96LUA_INIT=@&lt;ROOT&gt;/compat-5.1.lua 96LUA_INIT=@&lt;ROOT&gt;/compat-5.1.lua
97</pre> 97</pre>
98 98
99<p>
99The other two environment variables instruct the compatibility module to 100The other two environment variables instruct the compatibility module to
100look for dynamic libraries and modules in the appropriate directories and 101look for dynamic libraries and extension modules in the appropriate
101with the appropriate filename extensions. 102directories and with the appropriate filename extensions.
103</p>
102 104
103<pre class=example> 105<pre class=example>
104LUA_PATH=&lt;ROOT&gt;/?.lua;?.lua 106LUA_PATH=&lt;ROOT&gt;/?.lua;?.lua