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.
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.
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.