Skip to content

Commit a27a057

Browse files
committed
Merge pull request #11 from CodaFi/readme-patch
Patch README
2 parents 5dd6623 + eb23ecc commit a27a057

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

README.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Build Status](https://travis-ci.org/typelift/Concurrent.svg?branch=master)](https://travis-ci.org/typelift/Concurrent)
2-
31
Concurrent
42
==========
53

@@ -141,20 +139,27 @@ Setup
141139

142140
Concurrent can be included one of two ways:
143141

144-
**Framework**
142+
**Using Carthage**
145143

146-
Drag Concurrent.xcodeproj or Concurrent-iOS.xcodeproj into your project tree as a subproject
147-
Under your project's Build Phases, expand Target Dependencies
148-
Click the + and add Concurrent
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
144+
- Add Concurrent to your Cartfile
145+
- Run `carthage update`
146+
- Drag the relevant copy of Concurrent into your project.
147+
- Expand the Link Binary With Libraries phase
148+
- Click the + and add Concurrent
149+
- Click the + at the top left corner to add a Copy Files build phase
150+
- Set the directory to `Frameworks`
151+
- Click the + and add Concurrent and Swiftz
154152

155-
**Standalone**
153+
**Framework**
156154

157-
Copy the swift files under Concurrent/Concurrent into your project.
155+
- Drag Concurrent.xcodeproj or Concurrent-iOS.xcodeproj into your project tree as a subproject
156+
- Under your project's Build Phases, expand Target Dependencies
157+
- Click the + and add Concurrent
158+
- Expand the Link Binary With Libraries phase
159+
- Click the + and add Concurrent
160+
- Click the + at the top left corner to add a Copy Files build phase
161+
- Set the directory to Frameworks
162+
- Click the + and add Concurrent
158163

159164
License
160165
=======

0 commit comments

Comments
 (0)