From 7a98aeae189680d9a4e37cbb87c302488fc993ee Mon Sep 17 00:00:00 2001 From: Chris Kwan Date: Mon, 16 Nov 2015 22:55:45 -0500 Subject: [PATCH] Add git clone step to READMEs --- Examples/Movies/README.md | 1 + Examples/UIExplorer/README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/Examples/Movies/README.md b/Examples/Movies/README.md index b63c77717..e80a81fee 100644 --- a/Examples/Movies/README.md +++ b/Examples/Movies/README.md @@ -6,6 +6,7 @@ The Movies app is a demonstration of basic concepts, such as fetching data, rend Before running the app, make sure you ran: + git clone https://github.com/facebook/react-native.git cd react-native npm install diff --git a/Examples/UIExplorer/README.md b/Examples/UIExplorer/README.md index ea1f4170a..f7668a821 100644 --- a/Examples/UIExplorer/README.md +++ b/Examples/UIExplorer/README.md @@ -6,6 +6,7 @@ The UIExplorer is a sample app that showcases React Native views and modules. Before running the app, make sure you ran: + git clone https://github.com/facebook/react-native.git cd react-native npm install