diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2025-01-05 21:40:39 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2025-02-21 11:22:43 -0300 |
commit | 7e86fa86b4d08fd6118d6eab46d92b29ffea791e (patch) | |
tree | 10fdd12beed4b0eca408533ad11d1f52d7d62e10 /docs/welcome.md | |
parent | 1ada2ea4bbd94ac0c58e3e2cc918194140090a75 (diff) | |
download | luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.tar.gz luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.tar.bz2 luarocks-7e86fa86b4d08fd6118d6eab46d92b29ffea791e.zip |
docs: import Wiki docs into the main repo
Diffstat (limited to '')
-rw-r--r-- | docs/welcome.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/welcome.md b/docs/welcome.md new file mode 100644 index 00000000..300f740e --- /dev/null +++ b/docs/welcome.md | |||
@@ -0,0 +1,17 @@ | |||
1 | <p align="center"><img src="http://luarocks.github.io/luarocks/luarocks.png" width="500px"/></p> | ||
2 | |||
3 | This is **LuaRocks**, the package manager for the Lua programming language. | ||
4 | |||
5 | LuaRocks allows you to install Lua modules as self-contained packages called | ||
6 | **[rocks](types_of_rocks.md)**. LuaRocks supports both local and remote | ||
7 | repositories, and multiple local rocks trees. | ||
8 | |||
9 | LuaRocks is free software and uses the same [license](license.md) as Lua. | ||
10 | |||
11 | ## Quick start | ||
12 | |||
13 | * [Download](download.md) | ||
14 | * [Using LuaRocks](using_luarocks.md) | ||
15 | * [Creating a rock](creating_a_rock.md) | ||
16 | |||
17 | For more information, check the full [documentation index](index.md). | ||