diff --git a/README.md b/README.md index e9a5581..a54c570 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,34 @@ # RxParchmentDataSources A reactive wrapper built around [rechsteiner/Parchment](https://github.com/rechsteiner/Parchment) +## Installation + +### CocoaPods + +To integrate RxParchmentDataSources into your Xcode project using CocoaPods, specify it in your `Podfile`: + +```ruby +pod 'RxParchment' +``` + +Then, run the following command: + +```bash +$ pod install +``` + +### Carthage + +To integrate RxParchmentDataSources into your Xcode project using Carthage, specify it in your `Cartfile`: + +```ogdl +github "Pubbus/RxParchmentDataSources" +``` + # Usage +Working with RxParchmentDataSources will be very simple: + ```swift let items = Observable.of(["Item1","Item2","Item3"])