aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcarregal <carregal>2008-02-11 22:42:21 +0000
committercarregal <carregal>2008-02-11 22:42:21 +0000
commitb66ab2cae9f03c7b3ff75c97a4a5fc59df442fc0 (patch)
tree3821afea9fa46010f0047accff73e6bd85bf68af /README
parent78f28b64686390592792e2d5abba26c6f815d534 (diff)
downloadluafilesystem-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--README8
1 files changed, 6 insertions, 2 deletions
diff --git a/README b/README
index 23fa331..0ccb3f0 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
1LuaFileSystem - File System Library for Lua 1LuaFileSystem - File System Library for Lua
2Copyright 2003-2007 Kepler Project 2Copyright 2003 Kepler Project
3http://www.keplerproject.org/luafilesystem 3http://www.keplerproject.org/luafilesystem
4 4
5Description 5Description
@@ -10,7 +10,11 @@ related to file systems offered by the standard Lua distribution.
10LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. 10LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
11LuaFileSystem is free software and uses the same license as Lua 5.1 11LuaFileSystem is free software and uses the same license as Lua 5.1
12 12
13Current version is 1.3.0 13Current version is 1.4.0
14
15LuaRocks Installation
16---------------------
17luarocks install lfs
14 18
15Unix Installation 19Unix Installation
16----------------- 20-----------------