Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update installation instructions in README. #22

Merged
merged 1 commit into from
May 31, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,17 @@ In addition to being able to have different states `completed`/`faulted`/`cancel
github "BoltsFramework/Bolts-Swift"
```
Run `carthage update`, and you should now have the latest version of Bolts in your Carthage folder.

- **Pre-built binaries**

Head on over to the [releases][releases] page, and download the latest build.
And you're off! Take a look at the result of the documentation on this readme and start building.

- **Using Bolts as a sub-project**

You can also include parse as a subproject inside of your application if you'd prefer, although we do not recommend this, as it will increase your indexing time significantly. To do so, just drag and drop the `BoltsSwift.xcodeproj` file into your workspace.

- **Import Bolts**

Now that you have the framework linked to your application - add the folowing line in every `.swift` that you want to use Bolts from:
```
import BoltsSwift
```

## Chaining Tasks

Expand Down