diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-03-09 20:30:29 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-03-09 20:30:36 -0300 |
commit | fd56323a756f6bee681ecef58be5606f4c9ab84a (patch) | |
tree | a9522d315f2f2cf643a9ce8bf074e3e702799a66 | |
parent | fb76b2dda27dd84003506788d3bca1ff2bfb9239 (diff) | |
download | luarocks-fd56323a756f6bee681ecef58be5606f4c9ab84a.tar.gz luarocks-fd56323a756f6bee681ecef58be5606f4c9ab84a.tar.bz2 luarocks-fd56323a756f6bee681ecef58be5606f4c9ab84a.zip |
docs(readmy): simplify
-rw-r--r-- | README.md | 22 |
1 files changed, 4 insertions, 18 deletions
@@ -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 | ||
3 | A package manager for Lua modules. | 3 | A package manager for Lua modules. |
4 | 4 | ||
@@ -6,26 +6,12 @@ A package manager for Lua modules. | |||
6 | [](https://codecov.io/gh/luarocks/luarocks/branch/main) | 6 | [](https://codecov.io/gh/luarocks/luarocks/branch/main) |
7 | [](https://gitter.im/luarocks/luarocks) | 7 | [](https://gitter.im/luarocks/luarocks) |
8 | 8 | ||
9 | Main website: [luarocks.org](http://www.luarocks.org) | 9 | Main website: [luarocks.org](https://luarocks.org) |
10 | 10 | ||
11 | It allows you to install Lua modules as self-contained packages called | 11 | It 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 |
13 | information can be used both during installation, so that when one rock is | 13 | multiple local rocks trees. |
14 | requested all rocks it depends on are installed as well, and also optionally | ||
15 | at run time, so that when a module is required, the correct version is loaded. | ||
16 | LuaRocks supports both local and [remote][3] repositories, and multiple local | ||
17 | rocks 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 | ||
27 | LuaRocks is free software and uses the [MIT license](http://luarocks.org/en/License), the same as Lua 5.x. | 17 | LuaRocks 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 | ||