diff options
author | carregal <carregal> | 2008-02-11 22:42:21 +0000 |
---|---|---|
committer | carregal <carregal> | 2008-02-11 22:42:21 +0000 |
commit | b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0 (patch) | |
tree | 3821afea9fa46010f0047accff73e6bd85bf68af /README | |
parent | 78f28b64686390592792e2d5abba26c6f815d534 (diff) | |
download | luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.tar.gz luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.tar.bz2 luafilesystem-b66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0.zip |
Preparing the 1.4.0 release.
Added documentation for lfs.setmode
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | LuaFileSystem - File System Library for Lua | 1 | LuaFileSystem - File System Library for Lua |
2 | Copyright 2003-2007 Kepler Project | 2 | Copyright 2003 Kepler Project |
3 | http://www.keplerproject.org/luafilesystem | 3 | http://www.keplerproject.org/luafilesystem |
4 | 4 | ||
5 | Description | 5 | Description |
@@ -10,7 +10,11 @@ related to file systems offered by the standard Lua distribution. | |||
10 | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. | 10 | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. |
11 | LuaFileSystem is free software and uses the same license as Lua 5.1 | 11 | LuaFileSystem is free software and uses the same license as Lua 5.1 |
12 | 12 | ||
13 | Current version is 1.3.0 | 13 | Current version is 1.4.0 |
14 | |||
15 | LuaRocks Installation | ||
16 | --------------------- | ||
17 | luarocks install lfs | ||
14 | 18 | ||
15 | Unix Installation | 19 | Unix Installation |
16 | ----------------- | 20 | ----------------- |