diff options
Diffstat (limited to 'docs/welcome.md')
-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). | ||