summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Drahoš <drahosp@gmail.com>2012-04-01 19:43:22 +0300
committerPeter Drahoš <drahosp@gmail.com>2012-04-01 19:43:22 +0300
commit72607e6ea31ea6b196a5b81968289c35de75830b (patch)
tree44d4deecd6d1bfb7037cc41aa6c5dd780c117e4c
parentbdb43955cf95f267b6583b2253c89e2705373e3a (diff)
downloadlua-72607e6ea31ea6b196a5b81968289c35de75830b.tar.gz
Updating README
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index 11b4dff..ae0c4bd 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
-README for Lua 5.1
+README for Lua 5.1 [![Build Status](https://secure.travis-ci.org/LuaDist/lua.png?branch=lua-5.1)](http://travis-ci.org/LuaDist/lua)
+==================
See INSTALL for installation instructions.
See HISTORY for a summary of changes since the last released version.
-* What is Lua?
- ------------
+What is Lua?
+------------
Lua is a powerful, light-weight programming language designed for extending
applications. Lua is also frequently used as a general-purpose, stand-alone
language. Lua is free software.
@@ -15,23 +16,22 @@ See HISTORY for a summary of changes since the last released version.
Lua has been used in many different projects around the world.
For a short list, see http://www.lua.org/uses.html .
-* Availability
- ------------
+Availability
+------------
Lua is freely available for both academic and commercial purposes.
See COPYRIGHT and http://www.lua.org/license.html for details.
Lua can be downloaded at http://www.lua.org/download.html .
-* Installation
- ------------
+Installation
+------------
Lua is implemented in pure ANSI C, and compiles unmodified in all known
platforms that have an ANSI C compiler. In most Unix-like platforms, simply
do "make" with a suitable target. See INSTALL for detailed instructions.
-* Origin
- ------
+Origin
+------
Lua is developed at Lua.org, a laboratory of the Department of Computer
Science of PUC-Rio (the Pontifical Catholic University of Rio de Janeiro
in Brazil).
For more information about the authors, see http://www.lua.org/authors.html .
-(end of README)