From f297a7505795629b14fa3c9e91407e431b3b5655 Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Tue, 20 Oct 2015 15:41:22 -0700 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index db84e53d..d3616714 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ RealmJS contains Realm bindings for integrating with mobile apps built using javascript frameworks such as ReactNative and PhoneGap. +RealmJS uses submodules so you need to run `git submodule update --init --recursive` in the realm-js root directory before running any examples or including the project in your app. + ## ReactNative Example Make sure your environment is set up to run react native applications. Follow the instructions here https://facebook.github.io/react-native/docs/getting-started.html to the point you have installed the react-native-cli.