From 72607e6ea31ea6b196a5b81968289c35de75830b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Draho=C5=A1?= Date: Sun, 1 Apr 2012 19:43:22 +0300 Subject: Updating README --- README.md | 20 ++++++++++---------- 1 file 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) -- cgit v1.2.1