diff options
author | Hisham Muhammad <hisham@NewMachine.localdomain> | 2010-04-19 20:42:31 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@NewMachine.localdomain> | 2010-04-19 20:42:31 -0300 |
commit | 7e98e074bc5d7c46de05cf1c75af09cf74e442d6 (patch) | |
tree | 3bb1a512a3d0d55f0b56cc2366a725c806603216 | |
parent | 464a17723f22a711c26ff051dd188274db334b57 (diff) | |
download | luarocks-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.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ | |||
1 | This is LuaRocks, a deployment and management system for Lua modules. | 1 | This is LuaRocks, a deployment and management system for Lua modules. |
2 | 2 | ||
3 | Main website: [luarocks.org](http://www.luarocks.org) | ||
4 | |||
3 | LuaRocks allows you to install Lua modules as self-contained packages called [*rocks*][1], | 5 | LuaRocks allows you to install Lua modules as self-contained packages called [*rocks*][1], |
4 | which also contain version [dependency][2] information. This information is used both during installation, | 6 | which also contain version [dependency][2] information. This information is used both during installation, |
5 | so that when one rock is requested all rocks it depends on are installed as well, and at run time, | 7 | so that when one rock is requested all rocks it depends on are installed as well, and at run time, |