diff options
author | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2016-01-21 13:59:29 -0300 |
---|---|---|
committer | Ignacio Burgueño <ignaciob@inconcertcc.com> | 2016-01-21 13:59:29 -0300 |
commit | 9e7f97ea4c7ec2a66b9ea1ef6c7dd068822b414d (patch) | |
tree | 79cf82fd167c3f6d5963c662d58583a75b37bd17 | |
parent | 488304b5a5cff6ae63d5f0aa3950b61fd2f512f3 (diff) | |
download | luafilesystem-9e7f97ea4c7ec2a66b9ea1ef6c7dd068822b414d.tar.gz luafilesystem-9e7f97ea4c7ec2a66b9ea1ef6c7dd068822b414d.tar.bz2 luafilesystem-9e7f97ea4c7ec2a66b9ea1ef6c7dd068822b414d.zip |
Change readme to markdown format
-rw-r--r-- | README.md (renamed from README) | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,23 +1,22 @@ | |||
1 | LuaFileSystem - File System Library for Lua | 1 | # LuaFileSystem - File System Library for Lua |
2 | Copyright 2003-2015 Kepler Project | 2 | Copyright 2003-2015 Kepler Project |
3 | 3 | ||
4 | http://keplerproject.github.io/luafilesystem | 4 | http://keplerproject.github.io/luafilesystem |
5 | 5 | ||
6 | Description | 6 | # Description |
7 | ----------- | 7 | |
8 | LuaFileSystem is a Lua library developed to complement the set of functions | 8 | LuaFileSystem is a Lua library developed to complement the set of functions |
9 | related to file systems offered by the standard Lua distribution. | 9 | related to file systems offered by the standard Lua distribution. |
10 | 10 | ||
11 | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. | 11 | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. |
12 | LuaFileSystem is free software and uses the same license as Lua 5.1 | 12 | LuaFileSystem is free software and uses the same license as Lua 5.1 |
13 | 13 | ||
14 | LuaRocks Installation | 14 | # LuaRocks Installation |
15 | --------------------- | ||
16 | 15 | ||
17 | ``` | 16 | ``` |
18 | luarocks install luafilesystem | 17 | luarocks install luafilesystem |
19 | ``` | 18 | ``` |
20 | 19 | ||
21 | Documentation | 20 | # Documentation |
22 | ------------- | 21 | |
23 | Please check the documentation at doc/us/ for more information. | 22 | Please check the documentation at doc/us/ for more information. |