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).