diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-09-29 10:25:50 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-09-29 10:25:50 -0300 |
commit | 9f791535cde1539338f6ba1b9154006595d97fe7 (patch) | |
tree | a0c289ef616db7904622b8c3afb7e4d0754e5c6e /README.md | |
parent | fbaf040f5effae90214887d10bfac710b836f281 (diff) | |
parent | 51c29ec0c47da5f7359218281f6416ffd95f468f (diff) | |
download | lua-5.4.1.tar.gz lua-5.4.1.tar.bz2 lua-5.4.1.zip |
Merge branch 'master' of https://github.com/lua/luav5.4.1
Adding file README.md to local repository.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 00000000..5893dc9a --- /dev/null +++ b/README.md | |||
@@ -0,0 +1,7 @@ | |||
1 | # Lua | ||
2 | |||
3 | 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/). | ||
4 | |||
5 | 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). | ||
6 | |||
7 | Download official Lua releases from [Lua.org](https://www.lua.org/download.html). | ||