From 2568ab07698ed1efbe44c063352b9af28d28a1ea Mon Sep 17 00:00:00 2001 From: Ritesh Paryali <55147176+RiteshParyali@users.noreply.github.com> Date: Sat, 28 Aug 2021 10:51:50 +0530 Subject: [PATCH] Installation process updated to correct git --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4983afe..4d083b8 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ This is a blank React Native project setup with Viro. ## Installation -1. `git clone https://github.com/ViroCommunity/starter-kit.git` -2. `cd starter-kit` +1. `git clone https://github.com/ViroCommunity/ar-demos.git` +2. `cd ar-demos` 3. `npm install` 4. `npx pod-install` (iOS) 5. `npx react-native run-android` or `npx react-native run-ios`