aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md17
1 files changed, 10 insertions, 7 deletions
diff --git a/README.md b/README.md
index cfe10e05..d6aa0b6e 100644
--- a/README.md
+++ b/README.md
@@ -15,15 +15,18 @@ information can be used both during installation, so that when one rock is
15requested all rocks it depends on are installed as well, and also optionally 15requested all rocks it depends on are installed as well, and also optionally
16at run time, so that when a module is required, the correct version is loaded. 16at run time, so that when a module is required, the correct version is loaded.
17LuaRocks supports both local and [remote][3] repositories, and multiple local 17LuaRocks supports both local and [remote][3] repositories, and multiple local
18rocks trees. You can [download][4] and install LuaRocks on [Unix][5] and 18rocks trees.
19[Windows][6].
20 19
21LuaRocks is free software and uses the same [license][7] as Lua 5.x. 20## Installing
21
22* [Installation instructions for Unix](http://luarocks.org/en/Installation_instructions_for_Unix) (Linux, BSDs, etc.)
23* [Installation instructions for macOS](http://luarocks.org/en/Installation_instructions_for_macOS)
24* [Installation instructions for Windows](http://luarocks.org/en/Installation_instructions_for_Windows)
25
26## License
27
28LuaRocks is free software and uses the [MIT license](http://luarocks.org/en/License), the same as Lua 5.x.
22 29
23[1]: http://luarocks.org/en/Types_of_rocks 30[1]: http://luarocks.org/en/Types_of_rocks
24[2]: http://luarocks.org/en/Dependencies 31[2]: http://luarocks.org/en/Dependencies
25[3]: http://luarocks.org/en/Rocks_repositories 32[3]: http://luarocks.org/en/Rocks_repositories
26[4]: http://luarocks.org/en/Download
27[5]: http://luarocks.org/en/Installation_instructions_for_Unix
28[6]: http://luarocks.org/en/Installation_instructions_for_Windows
29[7]: http://luarocks.org/en/License