From 37900e794314b7d0681df9073008bc479b1abed6 Mon Sep 17 00:00:00 2001 From: Daniel D'Angelo Resende Barros Date: Fri, 13 Nov 2020 08:39:36 -0300 Subject: [PATCH] Changing README instructions --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2e8dfac..a308bb5 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,10 @@ This project contains the components developed for a mobile app within the Water ## Setting up - $ npm install -g expo-cli + $ git clone https://github.com/IGSD-UoW/WPD-MobileApp.git + $ cd WPD-MobileApp/src + $ npm install ## Running - $ git clone https://github.com/IGSD-UoW/WPD-MobileApp.git - $ cd WPD-MobileApp/src - $ expo install react-native-maps $ npm start