From 6e015b6a565a22bb771963f05d93258b8e88a044 Mon Sep 17 00:00:00 2001 From: Paco Zamora Martinez Date: Fri, 13 Jun 2014 10:07:50 +0200 Subject: [PATCH 1/2] Updated luarocks command in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1140a94..2a7b975 100644 --- a/README.md +++ b/README.md @@ -68,9 +68,9 @@ marshalled to a Lua table. ## Installing -luarocks can be used to install luamongo last unstable version: +luarocks can be used to install luamongo last SCM version: - luarocks install "https://raw.githubusercontent.com/moai/luamongo/master/rockspec/luamongo-unstable-0.rockspec" + luarocks install "https://raw.githubusercontent.com/moai/luamongo/master/rockspec/luamongo-scm-0.rockspec" or install any other of the versions available at `rockspec` directory. From d344cf3327345ccac0f66f98da6df96c42ceefcd Mon Sep 17 00:00:00 2001 From: Paco Zamora Martinez Date: Fri, 13 Jun 2014 10:08:50 +0200 Subject: [PATCH 2/2] Updated README with new wiki page --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a7b975..998a56d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ * GridFS + * GridFileBuilder + * MongoConnection - START HERE * MongoReplicaSet