From 7e98e074bc5d7c46de05cf1c75af09cf74e442d6 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 19 Apr 2010 20:42:31 -0300 Subject: Add reference to website home in Github presentation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f1161268..f04f71ea 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ This is LuaRocks, a deployment and management system for Lua modules. +Main website: [luarocks.org](http://www.luarocks.org) + LuaRocks allows you to install Lua modules as self-contained packages called [*rocks*][1], which also contain version [dependency][2] information. This information is used both during installation, so that when one rock is requested all rocks it depends on are installed as well, and at run time, -- cgit v1.2.3-55-g6feb