aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md (renamed from README)13
1 files changed, 6 insertions, 7 deletions
diff --git a/README b/README.md
index 9d37a4e..40f21ab 100644
--- a/README
+++ b/README.md
@@ -1,23 +1,22 @@
1LuaFileSystem - File System Library for Lua 1# LuaFileSystem - File System Library for Lua
2Copyright 2003-2015 Kepler Project 2Copyright 2003-2015 Kepler Project
3 3
4http://keplerproject.github.io/luafilesystem 4http://keplerproject.github.io/luafilesystem
5 5
6Description 6# Description
7----------- 7
8LuaFileSystem is a Lua library developed to complement the set of functions 8LuaFileSystem is a Lua library developed to complement the set of functions
9related to file systems offered by the standard Lua distribution. 9related to file systems offered by the standard Lua distribution.
10 10
11LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. 11LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
12LuaFileSystem is free software and uses the same license as Lua 5.1 12LuaFileSystem is free software and uses the same license as Lua 5.1
13 13
14LuaRocks Installation 14# LuaRocks Installation
15---------------------
16 15
17``` 16```
18luarocks install luafilesystem 17luarocks install luafilesystem
19``` 18```
20 19
21Documentation 20# Documentation
22------------- 21
23Please check the documentation at doc/us/ for more information. 22Please check the documentation at doc/us/ for more information.