aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2025-03-09 20:30:29 -0300
committerHisham Muhammad <hisham@gobolinux.org>2025-03-09 20:30:36 -0300
commitfd56323a756f6bee681ecef58be5606f4c9ab84a (patch)
treea9522d315f2f2cf643a9ce8bf074e3e702799a66
parentfb76b2dda27dd84003506788d3bca1ff2bfb9239 (diff)
downloadluarocks-fd56323a756f6bee681ecef58be5606f4c9ab84a.tar.gz
luarocks-fd56323a756f6bee681ecef58be5606f4c9ab84a.tar.bz2
luarocks-fd56323a756f6bee681ecef58be5606f4c9ab84a.zip
docs(readmy): simplify
-rw-r--r--README.md22
1 files 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 @@
1<p align="center"><a href="http://luarocks.org"><img border="0" src="http://luarocks.github.io/luarocks/luarocks.png" alt="LuaRocks" width="500px"></a></p> 1<p align="center"><a href="https://luarocks.org"><img border="0" src="https://luarocks.github.io/luarocks/luarocks.png" alt="LuaRocks" width="500px"></a></p>
2 2
3A package manager for Lua modules. 3A package manager for Lua modules.
4 4
@@ -6,26 +6,12 @@ A package manager for Lua modules.
6[![Coverage Status](https://codecov.io/gh/luarocks/luarocks/coverage.svg?branch=main)](https://codecov.io/gh/luarocks/luarocks/branch/main) 6[![Coverage Status](https://codecov.io/gh/luarocks/luarocks/coverage.svg?branch=main)](https://codecov.io/gh/luarocks/luarocks/branch/main)
7[![Join the chat at https://gitter.im/luarocks/luarocks](https://badges.gitter.im/luarocks/luarocks.svg)](https://gitter.im/luarocks/luarocks) 7[![Join the chat at https://gitter.im/luarocks/luarocks](https://badges.gitter.im/luarocks/luarocks.svg)](https://gitter.im/luarocks/luarocks)
8 8
9Main website: [luarocks.org](http://www.luarocks.org) 9Main website: [luarocks.org](https://luarocks.org)
10 10
11It allows you to install Lua modules as self-contained packages called 11It allows you to install Lua modules as self-contained packages called
12[*rocks*][1], which also contain version [dependency][2] information. This 12*rocks*. LuaRocks supports both local and [remote][3] repositories, and
13information can be used both during installation, so that when one rock is 13multiple local rocks trees.
14requested all rocks it depends on are installed as well, and also optionally
15at run time, so that when a module is required, the correct version is loaded.
16LuaRocks supports both local and [remote][3] repositories, and multiple local
17rocks trees.
18
19## Installing
20
21* [Installation instructions for Unix](http://luarocks.org/en/Installation_instructions_for_Unix) (Linux, BSDs, etc.)
22* [Installation instructions for macOS](http://luarocks.org/en/Installation_instructions_for_macOS)
23* [Installation instructions for Windows](http://luarocks.org/en/Installation_instructions_for_Windows)
24 14
25## License 15## License
26 16
27LuaRocks is free software and uses the [MIT license](http://luarocks.org/en/License), the same as Lua 5.x. 17LuaRocks is free software and uses the [MIT license](http://luarocks.org/en/License), the same as Lua 5.x.
28
29[1]: http://luarocks.org/en/Types_of_rocks
30[2]: http://luarocks.org/en/Dependencies
31[3]: http://luarocks.org/en/Rocks_repositories