From fa035dbf7fab5f39f03123596c4f4f2d7a08af5f Mon Sep 17 00:00:00 2001 From: Niels Andriesse <9340958+nielsandriesse@users.noreply.github.com> Date: Fri, 5 Mar 2021 09:57:59 +1100 Subject: [PATCH] Update BUILDING.md --- BUILDING.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index 90fcebc3b..3a94cad3d 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -2,33 +2,30 @@ We typically develop against the latest stable version of Xcode. -As of this writing, that's Xcode 12.3 +As of this writing, that's Xcode 12.4 ## Prerequistes -Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage). +Install [CocoaPods](https://guides.cocoapods.org/using/getting-started.html). ## 1. Clone Clone the repo to a working directory: ``` -git clone --recurse-submodules https://github.com/loki-project/session-ios +git clone https://github.com/oxen-io/session-ios.git ``` -Since we make use of submodules, you must use `git clone`, rather than -downloading a prepared zip file from Github. - We recommend you fork the repo on GitHub, then clone your fork: ``` -git clone --recurse-submodules https://github.com//session-ios.git +git clone https://github.com//session-ios.git ``` You can then add the Session repo to sync with upstream changes: ``` -git remote add upstream https://github.com/loki-project/session-ios +git remote add upstream https://github.com/oxen-io/session-ios ``` ## 2. Pods