Add git clone step to READMEs

This commit is contained in:
Chris Kwan 2015-11-16 22:55:45 -05:00
parent 7cfd38a093
commit 7a98aeae18
2 changed files with 2 additions and 0 deletions

View File

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

View File

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