From 3329cfe88a11f616e06fed13db31ab15a454f5a8 Mon Sep 17 00:00:00 2001 From: Nikhil <6836536+qwertynik@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:56:49 +0530 Subject: [PATCH] Update README.md to make it easier to explore app --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98ba026..77456cb 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,8 @@ After the user navigates to Tab 2 (Photos), they can tap/click on the camera but > Note: It's highly recommended to follow along with the [tutorial guide](https://ionicframework.com/docs/react/your-first-app), which goes into more depth, but this is the fastest way to run the app. 0) Install Ionic if needed: `npm install -g @ionic/cli`. -1) Clone this repository. -2) In a terminal, change directory into the repo: `cd photo-gallery-capacitor-react`. +1) Clone this repository. `git clone https://github.com/ionic-team/tutorial-photo-gallery-react` +2) Change into the cloned directory: `cd tutorial-photo-gallery-react`. 3) Install all packages: `npm install`. 4) Run on the web: `ionic serve`. -5) Run on iOS or Android: See [here](https://ionicframework.com/docs/building/running). +5) For running on iOS or Android: See [here](https://ionicframework.com/docs/building/running).