Skip to content

Commit 9e270ae

Browse files
committed
Remove duplicate setup instructions from Building from Source section
The Building from Source section duplicated the same instructions already provided in the Setting up the repo section. Replace with a reference to avoid duplication and improve maintainability.
1 parent 446eb5d commit 9e270ae

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

readme.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,7 @@ See templates for complete usage examples.
6464

6565
### Building from Source
6666

67-
```bash
68-
# Clone and setup
69-
git clone https://github.com/forcedotcom/SalesforceMobileSDK-iOS.git
70-
cd SalesforceMobileSDK-iOS
71-
./install.sh
72-
73-
# Open in Xcode
74-
open SalesforceMobileSDK.xcworkspace
75-
```
67+
See [Setting up the repo](#setting-up-the-repo) above for clone and setup instructions. Once setup is complete, open `SalesforceMobileSDK.xcworkspace` in Xcode.
7668

7769
Documentation
7870
==

0 commit comments

Comments
 (0)