diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-04-18 00:24:59 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-04-18 00:24:59 -0300 |
commit | bbda1c528e020577c2351e7b7ef11f9b7de00e94 (patch) | |
tree | 79c21e1067d7fa294f325d04ba10715fb2064095 | |
parent | 99dcdc22319f38051087ab6929cfec170d784f0c (diff) | |
download | luarocks-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.md | 14 |
1 files changed, 8 insertions, 6 deletions
@@ -2,12 +2,14 @@ This is LuaRocks, a deployment and management system for Lua modules. | |||
2 | 2 | ||
3 | Main website: [luarocks.org](http://www.luarocks.org) | 3 | Main website: [luarocks.org](http://www.luarocks.org) |
4 | 4 | ||
5 | LuaRocks allows you to install Lua modules as self-contained packages called [*rocks*][1], | 5 | LuaRocks allows you to install Lua modules as self-contained packages called |
6 | which also contain version [dependency][2] information. This information is used both during installation, | 6 | [*rocks*][1], which also contain version [dependency][2] information. This |
7 | so that when one rock is requested all rocks it depends on are installed as well, and at run time, | 7 | information is used both during installation, so that when one rock is |
8 | so that when a module is required, the correct version is loaded. LuaRocks supports both local and | 8 | requested 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 | 9 | that when a module is required, the correct version is loaded. LuaRocks |
10 | on [Unix][5] and [Windows][6]. | 10 | supports both local and [remote][3] repositories, and multiple local rocks |
11 | trees. You can [download][4] and install LuaRocks on [Unix][5] and | ||
12 | [Windows][6]. | ||
11 | 13 | ||
12 | LuaRocks is free software and uses the same [license][7] as Lua 5.1. | 14 | LuaRocks is free software and uses the same [license][7] as Lua 5.1. |
13 | 15 | ||