Skip to content

Commit

Permalink
Improved Getting Started docs
Browse files Browse the repository at this point in the history
  • Loading branch information
PJSimon authored Aug 12, 2019
1 parent ecd19bd commit 593a629
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/usage/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Installing the SDK

__Step 1__: Add to your `Cartfile`
```ogdl
binary "https://raw.githubusercontent.com/box/box-ios-sdk/limited-beta-release/boxSDK.json" == 3.0.0-alpha.2
binary "https://raw.githubusercontent.com/box/box-ios-preview-sdk/limited-beta-release/boxPreviewSDK.json" == 3.0.0-alpha.2
```

Expand All @@ -28,7 +29,7 @@ __Step 2__: Update dependencies
$ carthage update --platform iOS
```

__Step 3__: Drag the built framework from Carthage/Build/iOS into your project.
__Step 3__: The framework in the Carthage/Build/iOS folder is already referenced in the BoxPreviewSDKSampleApp Xcode project.

For more detailed instructions, please see the [official documentation for Carthage](https://github.com/Carthage/Carthage#if-youre-building-for-ios-tvos-or-watchos).

Expand Down

0 comments on commit 593a629

Please sign in to comment.