aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.md b/README.md
index 87345a2b..c779c3d6 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,13 @@
1This is LuaRocks, a deployment and management system for Lua modules. 1LuaRocks
2========
3
4A package manager for Lua modules.
5
6[![Build Status](https://travis-ci.org/keplerproject/luarocks.png?branch=master)](https://travis-ci.org/keplerproject/luarocks)
2 7
3Main website: [luarocks.org](http://www.luarocks.org) 8Main website: [luarocks.org](http://www.luarocks.org)
4 9
5LuaRocks allows you to install Lua modules as self-contained packages called 10It allows you to install Lua modules as self-contained packages called
6[*rocks*][1], which also contain version [dependency][2] information. This 11[*rocks*][1], which also contain version [dependency][2] information. This
7information is used both during installation, so that when one rock is 12information is used both during installation, so that when one rock is
8requested all rocks it depends on are installed as well, and at run time, so 13requested all rocks it depends on are installed as well, and at run time, so