From 42ddcba1345fb2c319ed67749fe6a7eca6404eef Mon Sep 17 00:00:00 2001 From: Laurent Sansonetti Date: Thu, 19 Sep 2013 17:13:04 +0200 Subject: [PATCH] by default submodule does not use master branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4e3bd8c..e927c38c 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ $ git clone git@github.com:lrz/RubyMotion.git $ cd RubyMotion $ git submodule init $ git submodule update +$ cd vm; git checkout master; cd .. $ bundle install ```