Skip to content

Commit f33dc80

Browse files
Sascha Gordnerbobgodwinx
authored andcommitted
Add Carthage installation info to readme
1 parent 6ebf3f4 commit f33dc80

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,22 @@ To run the example project, clone the repo, and run `pod install` from the Examp
1616

1717
## Installation
1818

19-
RxCoreData is available through [CocoaPods](http://cocoapods.org). To install
20-
it, simply add the following line to your Podfile:
19+
RxCoreData is available via [Carthage](https://github.com/Carthage/Carthage) and [CocoaPods](http://cocoapods.org).
20+
21+
### Carthage
22+
23+
To install RxCoreData via Carthage, simply add the following line to your Cartfile:
24+
25+
```ruby
26+
github "RxSwiftCommunity/RxCoreData" ~> 1.0.0
27+
```
28+
29+
### CocoaPods
30+
31+
To install RxCoreData via CocoaPods, simply add the following line to your Podfile:
2132

2233
```ruby
23-
pod "RxCoreData", "~> 0.5.1"
34+
pod "RxCoreData", "~> 1.0.0"
2435
```
2536

2637
## Author

0 commit comments

Comments
 (0)