Skip to content

Commit e994033

Browse files
committed
Merge branch 'patch-1' of https://github.com/lfarah/Concurrent into lfarah-patch-1
2 parents 08fea87 + cde2b8d commit e994033

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

README.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -136,23 +136,21 @@ System Requirements
136136

137137
Concurrent supports OS X 10.9+ and iOS 7.0+.
138138

139-
Setup
139+
Installation
140140
=====
141141

142-
Concurrent can be included one of two ways:
142+
#### Carthage
143+
Create a `Cartfile` that lists the framework and run `carthage bootstrap`. Follow the [instructions](https://github.com/Carthage/Carthage#if-youre-building-for-ios) to add `$(SRCROOT)/Carthage/Build/iOS/Concurrent.framework` to an iOS project.
143144

144-
**Using Carthage**
145+
```
146+
github "typelift/Concurrent"
147+
```
145148

146-
- Add Concurrent to your Cartfile
147-
- Run `carthage update`
148-
- Drag the relevant copy of Concurrent into your project.
149-
- Expand the Link Binary With Libraries phase
150-
- Click the + and add Concurrent
151-
- Click the + at the top left corner to add a Copy Files build phase
152-
- Set the directory to `Frameworks`
153-
- Click the + and add Concurrent
149+
#### Manually
150+
1. Download and drop ```/Sources``` folder in your project.
151+
2. Congratulations!
154152

155-
**Framework**
153+
#### Framework
156154

157155
- Drag Concurrent.xcodeproj or Concurrent-iOS.xcodeproj into your project tree as a subproject
158156
- Under your project's Build Phases, expand Target Dependencies

0 commit comments

Comments
 (0)