Update BUILDING.md

Fix https://
pull/1/head
Roger Hu 6 years ago committed by Michael Kirk
parent b26ebee3a9
commit 58897928fc

@ -9,7 +9,7 @@ As of this writing, that's Xcode 9.4.
Clone the repo to a working directory: Clone the repo to a working directory:
``` ```
git clone --recurse-submodules https:github.com/signalapp/Signal-iOS git clone --recurse-submodules https://github.com/signalapp/Signal-iOS
``` ```
Since we make use of submodules, you must use `git clone`, rather than Since we make use of submodules, you must use `git clone`, rather than
@ -24,7 +24,7 @@ git clone --recurse-submodules https://github.com/<USERNAME>/Signal-iOS.git
You can then add the Signal repo to sync with upstream changes: You can then add the Signal repo to sync with upstream changes:
``` ```
git remote add upstream https:github.com/signalapp/Signal-iOS git remote add upstream https://github.com/signalapp/Signal-iOS
``` ```
## 2. Dependencies ## 2. Dependencies

Loading…
Cancel
Save