by default submodule does not use master branch

This commit is contained in:
Laurent Sansonetti
2013-09-19 17:13:04 +02:00
parent 365592234a
commit 42ddcba134

View File

@@ -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
```