diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-08 20:05:23 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-08 20:05:23 -0300 |
commit | 92c7acb15d51664fc3d85ba8820daa9396db3465 (patch) | |
tree | e6eda891d6486ef3f0cc991826660418ed2e46da /README.md | |
parent | 5f3d39033ecf74a6e959053548cba436ff9bfb24 (diff) | |
download | luarocks-92c7acb15d51664fc3d85ba8820daa9396db3465.tar.gz luarocks-92c7acb15d51664fc3d85ba8820daa9396db3465.tar.bz2 luarocks-92c7acb15d51664fc3d85ba8820daa9396db3465.zip |
Clarify that runtime support is optional.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -9,11 +9,11 @@ Main website: [luarocks.org](http://www.luarocks.org) | |||
9 | 9 | ||
10 | It allows you to install Lua modules as self-contained packages called | 10 | It allows you to install Lua modules as self-contained packages called |
11 | [*rocks*][1], which also contain version [dependency][2] information. This | 11 | [*rocks*][1], which also contain version [dependency][2] information. This |
12 | information is used both during installation, so that when one rock is | 12 | information can be used both during installation, so that when one rock is |
13 | requested all rocks it depends on are installed as well, and at run time, so | 13 | requested all rocks it depends on are installed as well, and also optionally |
14 | that when a module is required, the correct version is loaded. LuaRocks | 14 | at run time, so that when a module is required, the correct version is loaded. |
15 | supports both local and [remote][3] repositories, and multiple local rocks | 15 | LuaRocks supports both local and [remote][3] repositories, and multiple local |
16 | trees. You can [download][4] and install LuaRocks on [Unix][5] and | 16 | rocks trees. You can [download][4] and install LuaRocks on [Unix][5] and |
17 | [Windows][6]. | 17 | [Windows][6]. |
18 | 18 | ||
19 | LuaRocks is free software and uses the same [license][7] as Lua 5.1. | 19 | LuaRocks is free software and uses the same [license][7] as Lua 5.1. |