aboutsummaryrefslogtreecommitdiff
path: root/docs/welcome.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/welcome.md')
-rw-r--r--docs/welcome.md17
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
3This is **LuaRocks**, the package manager for the Lua programming language.
4
5LuaRocks allows you to install Lua modules as self-contained packages called
6**[rocks](types_of_rocks.md)**. LuaRocks supports both local and remote
7repositories, and multiple local rocks trees.
8
9LuaRocks 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
17For more information, check the full [documentation index](index.md).