aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index f04f71ea..87345a2b 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,14 @@ This is LuaRocks, a deployment and management system for Lua modules.
2 2
3Main website: [luarocks.org](http://www.luarocks.org) 3Main website: [luarocks.org](http://www.luarocks.org)
4 4
5LuaRocks allows you to install Lua modules as self-contained packages called [*rocks*][1], 5LuaRocks allows you to install Lua modules as self-contained packages called
6which also contain version [dependency][2] information. This information is used both during installation, 6[*rocks*][1], which also contain version [dependency][2] information. This
7so that when one rock is requested all rocks it depends on are installed as well, and at run time, 7information is used both during installation, so that when one rock is
8so that when a module is required, the correct version is loaded. LuaRocks supports both local and 8requested all rocks it depends on are installed as well, and at run time, so
9[remote][3] repositories, and multiple local rocks trees. You can [download][4] and install LuaRocks 9that when a module is required, the correct version is loaded. LuaRocks
10on [Unix][5] and [Windows][6]. 10supports both local and [remote][3] repositories, and multiple local rocks
11trees. You can [download][4] and install LuaRocks on [Unix][5] and
12[Windows][6].
11 13
12LuaRocks is free software and uses the same [license][7] as Lua 5.1. 14LuaRocks is free software and uses the same [license][7] as Lua 5.1.
13 15