Skip to content

Commit 0c6bf2e

Browse files
committed
Added install instructions
1 parent 22d4bb0 commit 0c6bf2e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,23 @@ pod try "DeepLinkKit"
2929

3030
## Installation
3131

32+
### CocoaPods
3233
DeepLinkKit is available through [CocoaPods](http://cocoapods.org). To install
3334
the library, simply add the following line to your Podfile:
35+
3436
```ruby
3537
pod "DeepLinkKit"
3638
```
3739

38-
If you don't use CocoaPods, you can include all of the source files from the [DeepLinkKit directory](https://github.com/button/DeepLinkKit/tree/master/DeepLinkKit) in your project.
40+
### Carthage
41+
To install via Carthage, add the following line to your `Cartfile`:
42+
43+
```text
44+
github "button/DeepLinkKit"
45+
```
46+
47+
### Other
48+
If you don't use CocoaPods or Carthage, you can include all of the source files from the [DeepLinkKit directory](https://github.com/button/DeepLinkKit/tree/master/DeepLinkKit) in your project.
3949

4050
## Usage
4151
Add deep link support to your app in 5 minutes or less following these simple steps.

0 commit comments

Comments
 (0)