aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@NewMachine.localdomain>2010-04-19 20:42:31 -0300
committerHisham Muhammad <hisham@NewMachine.localdomain>2010-04-19 20:42:31 -0300
commit7e98e074bc5d7c46de05cf1c75af09cf74e442d6 (patch)
tree3bb1a512a3d0d55f0b56cc2366a725c806603216
parent464a17723f22a711c26ff051dd188274db334b57 (diff)
downloadluarocks-7e98e074bc5d7c46de05cf1c75af09cf74e442d6.tar.gz
luarocks-7e98e074bc5d7c46de05cf1c75af09cf74e442d6.tar.bz2
luarocks-7e98e074bc5d7c46de05cf1c75af09cf74e442d6.zip
Add reference to website home in Github presentation
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f1161268..f04f71ea 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
1This is LuaRocks, a deployment and management system for Lua modules. 1This is LuaRocks, a deployment and management system for Lua modules.
2 2
3Main website: [luarocks.org](http://www.luarocks.org)
4
3LuaRocks allows you to install Lua modules as self-contained packages called [*rocks*][1], 5LuaRocks allows you to install Lua modules as self-contained packages called [*rocks*][1],
4which also contain version [dependency][2] information. This information is used both during installation, 6which also contain version [dependency][2] information. This information is used both during installation,
5so that when one rock is requested all rocks it depends on are installed as well, and at run time, 7so that when one rock is requested all rocks it depends on are installed as well, and at run time,