aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2013-04-18 00:24:59 -0300
committerHisham Muhammad <hisham@gobolinux.org>2013-04-18 00:24:59 -0300
commitbbda1c528e020577c2351e7b7ef11f9b7de00e94 (patch)
tree79c21e1067d7fa294f325d04ba10715fb2064095
parent99dcdc22319f38051087ab6929cfec170d784f0c (diff)
downloadluarocks-bbda1c528e020577c2351e7b7ef11f9b7de00e94.tar.gz
luarocks-bbda1c528e020577c2351e7b7ef11f9b7de00e94.tar.bz2
luarocks-bbda1c528e020577c2351e7b7ef11f9b7de00e94.zip
Make life easier for our friends who are still using VT-100 terminals.
I wonder if LuaRocks runs on Unix System V? :)
-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