diff --git a/index.html b/index.html index f9777a5..195ab60 100644 --- a/index.html +++ b/index.html @@ -70,18 +70,23 @@ the underlying directory structure and file attributes.

Status

-

Current version is 1.6.3. It works with Lua 5.1, 5.2 and 5.3.

+

Current version is 1.7.0. It works with Lua 5.1, 5.2 and 5.3, and it runs on various +flavors of Unix (including Linux, BSDs, macOS) and Windows.

Download

-

LuaFileSystem source can be downloaded from its -Github -page.

+

LuaFileSystem can be installed using LuaRocks: + +

+$ luarocks install luafilesystem
+
+ +

Its source can be found at its Github page.

History

-
Version 1.7.0 [unreleased]
+
Version 1.7.0 [15/Sep/2017]