From 4f2e036f607676493a43d5396f2f2330cfe4de66 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 13 Dec 2004 05:06:15 +0000 Subject: [PATCH] Tiny adjustment. --- doc/installation.html | 6 ++++-- 1 file 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 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