summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2015-03-08 20:05:23 -0300
committerHisham Muhammad <hisham@gobolinux.org>2015-03-08 20:05:23 -0300
commit92c7acb15d51664fc3d85ba8820daa9396db3465 (patch)
treee6eda891d6486ef3f0cc991826660418ed2e46da /README.md
parent5f3d39033ecf74a6e959053548cba436ff9bfb24 (diff)
downloadluarocks-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.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index c779c3d6..6dd1ec42 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,11 @@ Main website: [luarocks.org](http://www.luarocks.org)
9 9
10It allows you to install Lua modules as self-contained packages called 10It 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
12information is used both during installation, so that when one rock is 12information can be used both during installation, so that when one rock is
13requested 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 also optionally
14that when a module is required, the correct version is loaded. LuaRocks 14at run time, so that when a module is required, the correct version is loaded.
15supports both local and [remote][3] repositories, and multiple local rocks 15LuaRocks supports both local and [remote][3] repositories, and multiple local
16trees. You can [download][4] and install LuaRocks on [Unix][5] and 16rocks trees. You can [download][4] and install LuaRocks on [Unix][5] and
17[Windows][6]. 17[Windows][6].
18 18
19LuaRocks is free software and uses the same [license][7] as Lua 5.1. 19LuaRocks is free software and uses the same [license][7] as Lua 5.1.