diff --git a/README.md b/README.md index db2f2d8..abb8fd1 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,24 @@ Great For: ###CocoaPods -Edit your Podfile. +Add into your Podfile. ```` pod "PulsingHalo" ```` -And `$ pod install` +Then `$ pod install` + +###Carthage + +Add into your Cartfile. + +``` +github "shu223/PulsingHalo" +``` + +Then `$ carthage update` + ###Manual