From 92c7acb15d51664fc3d85ba8820daa9396db3465 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 8 Mar 2015 20:05:23 -0300 Subject: Clarify that runtime support is optional. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') 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) It allows you to install Lua modules as self-contained packages called [*rocks*][1], which also contain version [dependency][2] information. This -information is used both during installation, so that when one rock is -requested all rocks it depends on are installed as well, and at run time, so -that when a module is required, the correct version is loaded. LuaRocks -supports both local and [remote][3] repositories, and multiple local rocks -trees. You can [download][4] and install LuaRocks on [Unix][5] and +information can be used both during installation, so that when one rock is +requested all rocks it depends on are installed as well, and also optionally +at run time, so that when a module is required, the correct version is loaded. +LuaRocks supports both local and [remote][3] repositories, and multiple local +rocks trees. You can [download][4] and install LuaRocks on [Unix][5] and [Windows][6]. LuaRocks is free software and uses the same [license][7] as Lua 5.1. -- cgit v1.2.3-55-g6feb