From 6efc97480f47af39d4bc289e8c28e439e24a02ba Mon Sep 17 00:00:00 2001 From: Marko Savic Date: Wed, 17 Oct 2018 18:38:00 +0200 Subject: [PATCH 1/4] Updated README file --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1ecdc68260327..e5806237324da 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,15 @@ Before running the demo app, you need to download and install the project depend yarn install ``` -## Run +## Pre-Setup iOS + +Carthage is also needed for fetching the Aztec dependency and you can get it running following command: + +``` +yarn preios +``` -Note: the most recent and complete version of this guide is available [here](https://github.com/react-community/create-react-native-app/blob/master/react-native-scripts/template/README.md). +## Run ``` yarn start From 168d030fca08fb34f4103d757ae9810f1255626b Mon Sep 17 00:00:00 2001 From: Marko Savic Date: Thu, 18 Oct 2018 09:41:28 +0200 Subject: [PATCH 2/4] Added Prerequisites section --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5806237324da..b7c4a2e92df78 100644 --- a/README.md +++ b/README.md @@ -40,14 +40,23 @@ Before running the demo app, you need to download and install the project depend yarn install ``` -## Pre-Setup iOS +## Prerequisites -Carthage is also needed for fetching the Aztec dependency and you can get it running following command: +Carthage is also needed for fetching the Aztec dependency. + +First make sure that you have installed homebrew for MacOS. You can do it with following command: + +``` +ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" +``` + +When above command is exectuted with success, you can use homebrew to install Carthage. This is done via the following command: ``` -yarn preios +brew install carthage ``` + ## Run ``` From a2f683813205959f420a87c1a9ff20698dc4d125 Mon Sep 17 00:00:00 2001 From: Marko Savic Date: Thu, 18 Oct 2018 10:10:53 +0200 Subject: [PATCH 3/4] Updated prerequisites section --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index b7c4a2e92df78..98032ad6f45d2 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ For a developer experience closer to the one the project maintainers current hav * yarn (`npm install -g yarn`) * [AndroidStudio](https://developer.android.com/studio/) to be able to compile the Android version of the app * [Xcode](https://developer.apple.com/xcode/) to be able to compile the iOS app +* [Carthage] (https://github.com/Carthage/Carthage#installing-carthage) needed for fetching the Aztec dependency. + Note that the OS platform used by the maintainers is macOS but the tools and setup should be usable in other platforms too. @@ -40,23 +42,6 @@ Before running the demo app, you need to download and install the project depend yarn install ``` -## Prerequisites - -Carthage is also needed for fetching the Aztec dependency. - -First make sure that you have installed homebrew for MacOS. You can do it with following command: - -``` -ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" -``` - -When above command is exectuted with success, you can use homebrew to install Carthage. This is done via the following command: - -``` -brew install carthage -``` - - ## Run ``` From d0aafd81d4a03aff6d4458c20fab4ebf4b21a910 Mon Sep 17 00:00:00 2001 From: Marko Savic Date: Thu, 18 Oct 2018 10:11:31 +0200 Subject: [PATCH 4/4] Small fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98032ad6f45d2..673275c211bb8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ For a developer experience closer to the one the project maintainers current hav * yarn (`npm install -g yarn`) * [AndroidStudio](https://developer.android.com/studio/) to be able to compile the Android version of the app * [Xcode](https://developer.apple.com/xcode/) to be able to compile the iOS app -* [Carthage] (https://github.com/Carthage/Carthage#installing-carthage) needed for fetching the Aztec dependency. +* [Carthage](https://github.com/Carthage/Carthage#installing-carthage) needed for fetching the Aztec dependency. Note that the OS platform used by the maintainers is macOS but the tools and setup should be usable in other platforms too.