lua

A copy of the Lua development repository
Log | Files | Refs | README

commit 51c29ec0c47da5f7359218281f6416ffd95f468f
parent e51564d1bee5aa8b411328d7d3d75906dfc0a260
Author: lhf <lhf@tecgraf.puc-rio.br>
Date:   Mon, 28 Sep 2020 14:34:17 +0000

Create README.md
Diffstat:
AREADME.md | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -0,0 +1,7 @@ +# Lua + +This is the repository of Lua development code, as seen by the Lua team. It contains the full history of all commits but is mirrored irregularly. For complete information about Lua, visit [Lua.org](https://www.lua.org/). + +Please **do not** send pull requests. To report issues and send patches, post a message to the [Lua mailing list](https://www.lua.org/lua-l.html). + +Download official Lua releases from [Lua.org](https://www.lua.org/download.html).