diff options
author | carregal <carregal> | 2008-02-11 22:48:16 +0000 |
---|---|---|
committer | carregal <carregal> | 2008-02-11 22:48:16 +0000 |
commit | d931b9b2bb50bd8316393a6dbdf7b845a2b5e1ef (patch) | |
tree | e88b2aa75b545d07327e286698165bfe589ca64d | |
parent | b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0 (diff) | |
download | luafilesystem-d931b9b2bb50bd8316393a6dbdf7b845a2b5e1ef.tar.gz luafilesystem-d931b9b2bb50bd8316393a6dbdf7b845a2b5e1ef.tar.bz2 luafilesystem-d931b9b2bb50bd8316393a6dbdf7b845a2b5e1ef.zip |
Small corrections
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | doc/us/manual.html | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -14,7 +14,7 @@ Current version is 1.4.0 | |||
14 | 14 | ||
15 | LuaRocks Installation | 15 | LuaRocks Installation |
16 | --------------------- | 16 | --------------------- |
17 | luarocks install lfs | 17 | luarocks install luafilesystem |
18 | 18 | ||
19 | Unix Installation | 19 | Unix Installation |
20 | ----------------- | 20 | ----------------- |
diff --git a/doc/us/manual.html b/doc/us/manual.html index 762464d..de96b88 100644 --- a/doc/us/manual.html +++ b/doc/us/manual.html | |||
@@ -85,7 +85,7 @@ compiler options and the like. | |||
85 | <p>The easiest way to install LuaFileSystem is to use LuaRocks:</p> | 85 | <p>The easiest way to install LuaFileSystem is to use LuaRocks:</p> |
86 | 86 | ||
87 | <pre class="example"> | 87 | <pre class="example"> |
88 | luarocks install lfs | 88 | luarocks install luafilesystem |
89 | </pre> | 89 | </pre> |
90 | 90 | ||
91 | <p>If you prefer to install LuaFileSystem manually, the compiled binary should be copied to a directory in your | 91 | <p>If you prefer to install LuaFileSystem manually, the compiled binary should be copied to a directory in your |
@@ -248,7 +248,7 @@ LuaFileSystem offers the following functions: | |||
248 | 248 | ||
249 | <div id="about"> | 249 | <div id="about"> |
250 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> | 250 | <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> |
251 | <p><small>$Id: manual.html,v 1.39 2008/02/11 22:42:21 carregal Exp $</small></p> | 251 | <p><small>$Id: manual.html,v 1.40 2008/02/11 22:48:16 carregal Exp $</small></p> |
252 | </div> <!-- id="about" --> | 252 | </div> <!-- id="about" --> |
253 | 253 | ||
254 | </div> <!-- id="container" --> | 254 | </div> <!-- id="container" --> |