From 9e7f97ea4c7ec2a66b9ea1ef6c7dd068822b414d Mon Sep 17 00:00:00 2001 From: Ignacio BurgueƱo Date: Thu, 21 Jan 2016 13:59:29 -0300 Subject: Change readme to markdown format --- README | 23 ----------------------- README.md | 22 ++++++++++++++++++++++ 2 files changed, 22 insertions(+), 23 deletions(-) delete mode 100644 README create mode 100644 README.md diff --git a/README b/README deleted file mode 100644 index 9d37a4e..0000000 --- a/README +++ /dev/null @@ -1,23 +0,0 @@ -LuaFileSystem - File System Library for Lua -Copyright 2003-2015 Kepler Project - -http://keplerproject.github.io/luafilesystem - -Description ------------ -LuaFileSystem is a Lua library developed to complement the set of functions -related to file systems offered by the standard Lua distribution. - -LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. -LuaFileSystem is free software and uses the same license as Lua 5.1 - -LuaRocks Installation ---------------------- - -``` -luarocks install luafilesystem -``` - -Documentation -------------- -Please check the documentation at doc/us/ for more information. diff --git a/README.md b/README.md new file mode 100644 index 0000000..40f21ab --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# LuaFileSystem - File System Library for Lua +Copyright 2003-2015 Kepler Project + +http://keplerproject.github.io/luafilesystem + +# Description + +LuaFileSystem is a Lua library developed to complement the set of functions +related to file systems offered by the standard Lua distribution. + +LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. +LuaFileSystem is free software and uses the same license as Lua 5.1 + +# LuaRocks Installation + +``` +luarocks install luafilesystem +``` + +# Documentation + +Please check the documentation at doc/us/ for more information. -- cgit v1.2.3-55-g6feb