Skip to content

Commit 830c8a7

Browse files
Update readme
1 parent 69bb6ea commit 830c8a7

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,13 +105,22 @@ To run the example project, clone the repo, and run `pod install` from the Examp
105105

106106
## Installation
107107

108-
CDAlertView is available through [CocoaPods](http://cocoapods.org). To install
109-
it, simply add the following line to your Podfile:
108+
### Using [CocoaPods](http://cocoapods.org)
109+
110+
CDAlertView is available through CocoaPods. To install it, simply add the following line to your `Podfile`:
110111

111112
```ruby
112113
pod "CDAlertView"
113114
```
114115

116+
### Using [Carthage](https://github.com/Carthage/Carthage)
117+
118+
CDAlertView is available through Carthage. To install it, simply add the following line to your `Cartfile`:
119+
120+
```
121+
github "candostdagdeviren/CDAlertView"
122+
```
123+
115124
## Requirements
116125

117126
* Xcode 8

0 commit comments

Comments
 (0)