From fd56323a756f6bee681ecef58be5606f4c9ab84a Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Sun, 9 Mar 2025 20:30:29 -0300 Subject: docs(readmy): simplify --- README.md | 22 ++++------------------ 1 file changed, 4 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9123c0bd..337001e3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

LuaRocks

+

LuaRocks

A package manager for Lua modules. @@ -6,26 +6,12 @@ A package manager for Lua modules. [![Coverage Status](https://codecov.io/gh/luarocks/luarocks/coverage.svg?branch=main)](https://codecov.io/gh/luarocks/luarocks/branch/main) [![Join the chat at https://gitter.im/luarocks/luarocks](https://badges.gitter.im/luarocks/luarocks.svg)](https://gitter.im/luarocks/luarocks) -Main website: [luarocks.org](http://www.luarocks.org) +Main website: [luarocks.org](https://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 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. - -## Installing - -* [Installation instructions for Unix](http://luarocks.org/en/Installation_instructions_for_Unix) (Linux, BSDs, etc.) -* [Installation instructions for macOS](http://luarocks.org/en/Installation_instructions_for_macOS) -* [Installation instructions for Windows](http://luarocks.org/en/Installation_instructions_for_Windows) +*rocks*. LuaRocks supports both local and [remote][3] repositories, and +multiple local rocks trees. ## License LuaRocks is free software and uses the [MIT license](http://luarocks.org/en/License), the same as Lua 5.x. - -[1]: http://luarocks.org/en/Types_of_rocks -[2]: http://luarocks.org/en/Dependencies -[3]: http://luarocks.org/en/Rocks_repositories -- cgit v1.2.3-55-g6feb